React Native Navigation Library
airbnb.io
React Native Navigation Library
1–10 of 56 posts
Re: React Native Navigation Library
#2I liked Leland's metaphor of calling apps like Airbnb which started out without React Native as "brown field" development and calling apps that start out as React Native "green field" development.
Re: React Native Navigation Library
#3Re: React Native Navigation Library
#4Re: React Native Navigation Library
#5Re: React Native Navigation Library
#6React Navigation, released a few weeks ago, includes a customizable JS re-implementation of the native views, and it also provides routers that make it very easy to plug your navigation logic into redux. Because each screen makes no assumption about the surrounding app, it will be very easy to switch from React Navigation to AirBnB's native-navigation.
The RN community has been consolidating efforts between several navigation solutions. React Navigation is an alternative to Navigator, Ex-Navigator, NavigationExperimental, and Ex-Navigation. And now, thanks to native-navigation, the community has a great alternative to NavigatorIOS.
Re: React Native Navigation Library
#7Re: React Native Navigation Library
#8App-wide support for 100% native navigation with an easy cross-platform interface. For iOS, this package is a wrapper around react-native-controllers, but provides a simplified more abstract API over it. This abstract API will be unified with the Android solution which is currently work in progress. It also fully supports redux if you use it.
What does this mean?
Re: React Native Navigation Library
#9Am I the only one wondering what the heck this actually is? The page this linked to just goes right into a guide on how to use it but doesn't explain what it is. The github page has a nifty looking guy on it, but once again it's just a jumble of buzzwords I do not understand at all. Why does the Javascript community make me feel stupid? App-wide support for 100% native navigation with an easy cross-platform interface…
Re: React Native Navigation Library
#10...would appreciate an explanation here.
[0]: https://github.com/airbnb/native-navigation/blob/91ae656192d...