-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to support react-native? #111
Comments
We've decided at length that we do not recommend React Router style APIs for working with React Native in the general case. We do not currently use React Router for React Native development, and do not plan to do so at any point in the future. As such, I don't plan on adding support for React Native either here or in React Router, because I don't think it's the right pattern, and because I don't plan on setting up my React Native navigation in that manner. Just use a You can find more details on remix-run/react-router#743 (comment). cc @skevy |
Hey @taion, went into the same question, is this still the recommended way to work, crea a RootContainer per scene? |
It might work with react-router-native? cc @jmurzy We don't handle our RN navigation using that sort of approach, so we've just been doing per-scene renderers. |
Does anyone have an example of per-scene renderers with relay? |
@Lenin7 https://github.com/joonhocho/react-native-router-relay-todo Here's an example how I am using |
I am trying to use Relay for both React and React Native and wonder if react-router-relay could be used for react-native as well in the future.
I haven't dug into the source code yet, but how much does react-router-relay depend on browser specific APIs?
react-native exposes their new Navigation APIs here NavigationExperimental.
I am going to be digging into source codes, but could authors of react-router-relay share some gotchas for routing with relay?
The text was updated successfully, but these errors were encountered: