An easy-to-use navigation solution to be used across React and React Native projects
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-navigationI'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-v5I 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-modulesCurrent 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-contextWith React Navigation Is it possible to define certain routes with a headerMode and others without? The majority of my …
react-native react-navigationReact Navigation's introduction page suggests the use of the following destructuring assignment: const { navigate } = this.props.navigation; However, when I …
javascript react-native react-navigationI'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 tabnavigatorThis 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-fcmWhats the best way to refresh the previous page when going back using Stack Navigator. No life cycle hooks seems …
react-native react-navigationquestion is simple I know there are lots of answers available for the same question but I have differently set …
react-native react-navigation