Native Navigation
How many React Native
Navigation solutions are just too many?
We don't know yet, keep 'em coming!
AirBnB joins the race for the best React Native
Navigation solution with its Native Navigation
Native Navigation.
native-navigation on GitHub
Native Navigation is a navigation library for the React Native platform. There are many navigation libraries in the React Native ecosystem. Native Navigation is unique in that it is built on top of
the iOS and Android platform navigational components, and is this more "native" than most other
options which implement navigation from scratch in JavaScript on top of base React Native components
likeView
andAnimated
.React Native Navigation by Wix engineering is an alternative library that uses "Native" navigation components of each platform, and has been around
longer thanNative Navigation
. If you need a stable / production-ready navigation library today
that uses native platform based navigation components, we recommend you check this library out.If you are investigating navigation solutions and you are okay with JavaScript-based solutions, we
also encourage you to check out React Navigation.