Top "React-navigation" questions

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

React Native, change React Navigation header styling

I'm implementing React Navigation in my React Native app, and I'm wanting to change the background and foreground colors of …

javascript reactjs react-native react-navigation
How can we center title of react-navigation header?

React-navigation docs are still young, and reading through the issues is not working quite much for me (changes on each …

react-native react-native-android react-navigation
How to navigate between different nested stacks in react navigation

The Goal Using react navigation, navigate from a screen in a navigator to a screen in a different navigator. More …

react-native react-navigation
undefined is not an object (evaluating 'RNGestureHandlerModule.State'

I have installed react-navigation in my React Native project. Its a starter project doesn't have any codes. But while running …

react-native react-navigation
react-navigation: Detect when screen, tabbar is activated / appear / focus / blur

Perviously when I wanted to make some actions when screen is opened I put them inside componentDidMount. For example I …

react-native react-navigation onfocus viewwillappear viewdidappear
How to get a height of a Keyboard in React-Native?

I am using React-Navigation in my app and the app consists of StackNavigator with multiple screens, some screens of which …

javascript react-native keyboard react-navigation
Tab navigator icons in React Navigation

I'm using react-navigation v2 and react native vector icons. I'm trying to add an icon in a react native tab …

reactjs react-native icons react-navigation
Modifying back button with react-navigation on specific screen

I'm using react-navigation as my navigation lib, and I wonder how can I change the 'back' button (that is added …

reactjs react-native react-navigation