Top "React-native-navigation" questions

Use this tag for questions related to the React Native Navigation library that provides a complete native navigation solution for React Native apps.

Getting this error: error: bundling failed: Error: Unable to resolve module `react-native-safe-area-context`

I am getting this error after running my App: error: bundling failed: Error: Unable to resolve module react-native-safe-area-context from node_…

react-native react-native-android react-native-ios react-native-navigation
How to trigger an event when a component is shown when using react-native-navigation?

I am using react-native with react-native-navigation. I would like to reload data when a component is shown. The component is …

react-native react-native-navigation
Refresh previous screen on goBack()

I am new to React Native. How can we refresh/reload previous screen when returning to it by calling goBack()? …

react-native react-router react-native-android react-native-ios react-native-navigation
React Navigation vs. React Native Navigation

I just want to know honest, experienced and objetive points of view about these two soutions to implement the navigation …

performance react-native react-navigation react-native-navigation
React Native Navigation - swipe to next screen

I have a very simple configuration for react native navigation Navigation.startTabBasedApp({ tabs: [ { label: "One", screen: "example.FirstTabScreen", title: "Screen …

react-native react-native-navigation
How to unmount a previously mounted component in stack navigator (react-navigation 2.X)?

This is a simplified flow of my app:- login homepage (has options to color diagram or create diagram) colorInDiagram (…

reactjs react-native react-native-navigation
Error: Unable to resolve module ` react-native-screens` from `node_modules/react-navigation-tabs/src/navigators/createBottomTabNavigator.js`

Current Behavior After executing app is not installing reporting bundling failed: Error: Unable to resolve module ` react-native-screens` from `node_modules/…

react-native react-native-navigation
How to hide bottom navigation bar on a specific screen in react native?

I am using React Native and React Native Navigation to build out my application. Currently, I have three bottom tabs: …

javascript reactjs react-native react-native-navigation
react-native: Command `run-android` unrecognized. Maybe caused by npm install

Recently I started getting this issue, when I install a react-native package (eg: react-navigation) into my project, a whole bunch …

android react-native npm npm-install react-native-navigation
React Native: Which navigator should I use?

I have to build a relatively big cross-platform (iOS & Android) application within 3 months. So far when it comes to …

android ios react-native react-native-navigation