Top "React-navigation" questions

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

null is not an object (evaluating 'rngesturehandlermodule.direction')

I am creating a login system with react-native, after downloading the "react-native-gesture-handler" dependencies: "^ 1.1.0" and "react-navigation": "^ 3.5.1" began to appear the following …

react-native react-navigation
Custom Tab Bar React Navigation 5

I'm trying to make a tab bar like in the picture bellow, using React Navigation. I tried some codes, but …

react-native react-navigation react-navigation-v5
React Navigation - Gradient color for Header

I am using React Navigation in React Native app and I want to change the backgroundColor for the header to …

javascript reactjs react-native react-navigation node-modules
How to use useNavigation() within @react-navigation drawer?

Current Behavior I have a react-native application that use react-navigation v5 for the routing. I have a drawer (offeset menu …

javascript reactjs react-native react-navigation react-context
How to set headerMode on some routes but not others. (React Navigation)

With React Navigation Is it possible to define certain routes with a headerMode and others without? The majority of my …

react-native react-navigation
React Navigation 'navigation' is missing in props validation

React Navigation's introduction page suggests the use of the following destructuring assignment: const { navigate } = this.props.navigation; However, when I …

javascript react-native react-navigation
Creating a TabNavigator with dynamic tabs

I'm relatively sure I found out it isn't possible, but I want to make sure there isn't a way. The …

react-native nested react-navigation tabnavigator
Correct way of navigation upon receiving push notification when app is in foreground or closed

This is a general question to all who are using react navigation, following is my navigation structure export const createRootNavigator = (…

react-native react-navigation react-native-fcm
React Navigation re-render previous page when going back

Whats the best way to refresh the previous page when going back using Stack Navigator. No life cycle hooks seems …

react-native react-navigation
set dynamic 'initialRouteName' in react-native

question is simple I know there are lots of answers available for the same question but I have differently set …

react-native react-navigation