Top "React-navigation" questions

An easy-to-use navigation solution to be used across React and React Native projects

Add strong typing for react navigation props

I'm using typescript in my react-native project(expo). The project uses react-navigation, so on my screens I can set navigationOptions …

typescript react-native react-navigation
React Native StackNavigator initialRouteName

In React Native Navigation library 'react-navigation' How could I set StackNavigator initialRouteName by AsyncStorage? function getInitialScreen() { AsyncStorage.getItem('initialScreen') .then(…

reactjs react-native react-navigation asyncstorage
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
NavigationActions.reset is not a function?

I created a project has a Welcome screen navigate to MainActivity screen. I want that when the user clicks the …

react-native react-navigation
React Navigation get stack header height

How do i get the height of the StackNavigator header programmatically? I need to detect if component A's position is …

react-native react-navigation
React Navigation: Swipe on drawer does not work in Android

I have been searching for a solution for a long time, but surprisingly, I think nobody has faced it yet. …

android react-native react-navigation swipe
React Navigation: Navigate Back To Root using NavigationActions.reset, goBack and getStateForAction

Say I've navigated through 4 screens in my StackNavigator App and now I want to go back to the first screen. …

javascript reactjs react-native react-navigation
How to change the back button label, react-navigation

I'm using react-navigation, and I can't change the locale of the default 'back' button. In my Stack Navigator, if I …

react-native locale react-navigation
React Native - React Navigation transitions

I'd like to use React Navigation in my new react native app but I can't find any example showing how …

react-native react-navigation
Logout using react Native DrawerNavigator

I am building a react-native app(App Image)which has Logout link on the Drawer Navigator. Code is as below …

react-native navigation-drawer logout react-navigation