SaaSHub helps you find the best software and product alternatives Learn more →
React-native-navigation Alternatives
Similar projects and alternatives to react-native-navigation
-
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
-
-
-
-
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
react-native-firebase
🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.
-
-
NativeBase
Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web.
-
-
-
-
ignite
Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more! 9 years of continuous development and counting.
-
-
-
igel
a delightful machine learning tool that allows you to train, test, and use models without writing code
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
react-native-navigation discussion
react-native-navigation reviews and mentions
-
Using react-native-navigation(wix), how do I change position of one of bottomTab to make it higher like the image. I can't seem to find this on docs.
Looks like this feature is not available (check here and here) yet. Good luck mate
-
How I go with react native in late 2022
another option is react-native-navigation which I haven't used yet but as the document says:
-
[Wix RNN] Anybody know how to nest bottomTabs inside of a stack navigator without incurring extra space to the topBar?
The behavior was reported in their issues 2 years ago: https://github.com/wix/react-native-navigation/issues/6174
-
React Native - How to better organise your app with react-native-navigation
At this point don't have a clear preference over which package to use in my next project (react-navigation or react-native-navigation) - they both have strengths and weaknesses, one is easier to actually work with, one is faster in terms of execution, one has better APIs, docs, community, etc.
- Faster alternative to navigation?
-
Custom component topbar button event RNN v2
class Home extends React.PureComponent { constructor(props: Props) { super(props); Navigation.events().bindComponent(this); } closeMenu = () => { this._drawer.close(); }; openMenu = () => { this._drawer.open(); }; static options(passProps) { return { topBar: { rightButtons: [ { component: { name: 'MenuButton', passProps: { onClick: () => this.openMenu(), }, }, }, ], }, }; } render() { return ( ... ); }} Reference I got my passProps code from: https://github.com/wix/react-native-navigation/issues/3648
-
I made a streaming availability mobile app to tell you where to watch films and TV shows
Thanks! React Native to build the app. React Native Navigation from Wix to build the navigation so the app feels native.
-
Build React Native Apps with Simplified and Predictable Navigation
There are two major navigation libraries in React Native world: react-navigation and react-native-navigation. They are both widely used among the community.
-
How do I make my react native app not look like ass without losing all my hair?
You can have a look at React Native Navigation: https://wix.github.io/react-native-navigation/
-
What I Learned as a Web Dev on My First React Native Project
To navigate between screens, you will probably end up using the very popular React Navigation library. There is a great, purely native alternative, React Native Navigation (the names get confused easily), from Wix. It is super performant but not that flexible. Therefore, again: If your design asks you for something custom, you have no choice but to go with React Navigation; luckily, it is a great, well-documented option.
-
A note from our sponsor - SaaSHub
www.saashub.com | 24 May 2025
Stats
wix/react-native-navigation is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of react-native-navigation is MDX.
Popular Comparisons
- react-native-navigation VS async-storage
- react-native-navigation VS rnn-screens
- react-native-navigation VS react-native-background-geolocation
- react-native-navigation VS react-native-vision-camera
- react-native-navigation VS react-native-version
- react-native-navigation VS tauri-docs
- react-native-navigation VS react-native-keyboard-manager
- react-native-navigation VS react-native-reanimated
- react-native-navigation VS react-native-blur
- react-native-navigation VS redux-toolkit