Use this tag for questions related to the React Native Navigation library that provides a complete native navigation solution for React Native apps.
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-navigationI 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-persistWith 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-v2I 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 exponentjsI'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-navigationI'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-tabnavigatorWhen 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-navigationI am new to React Native and I am getting this error, but I am not able to resolve it. …
javascript react-native react-native-android react-navigation react-native-navigationI'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-navigationI 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