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.

React Navigation V5 Hide Bottom Tabs

I would like to be able to hide the tabs on a screen using React Native Navigation v5. I've been …

javascript react-native react-navigation react-native-navigation
React Native Navigation and Redux Persist

I am trying to integrate redux-persist with wix react-native-navigation. However, I am unable to find any examples or documentation stating …

react-native redux react-native-navigation redux-persist
How to add sidebar drawer with react native navigation v2?

With react-native-navigation v1 you can set up a drawer like this: drawer: { left: { screen: 'ScreenName' } } In docs of react-native-navigation they …

react-native-navigation wix-react-native-navigation react-native-navigation-v2
White flickering when transitioning to a new screen and the background is a dark color?

I am experiencing this when transitioning to one screen to another with two different navigators: ex-navigation and the new one …

react-native react-native-navigation velo wix-react-native-navigation exponentjs
How to pop to the previous screen with params?

I'm on screen A which has current state of {key:'value'} , I navigated to screen B now I'm trying to …

reactjs react-native react-native-navigation
Open another screen on button click in React Native app

I'm new with React Native. I've got a list of photo albums in the AlbumScreen component. When a click on …

react-native react-native-navigation react-native-tabnavigator
Requiring unknown module "11" error on iOS simulator

When I run the react native project with react-native run-ios.It shows the following error on my iOS simulator.On …

react-native react-native-ios react-native-navigation
Pass props through CreateAppContainer

I'm trying to pass props through AppContainer. I was able to pass in through other components, but I can't figure …

react-native react-native-navigation
React Native: Migrate to AndroidX

I ran my Android RN project today and was presented with the following error Execution failed for task ':app:…

android android-studio react-native react-native-navigation