About 760,000 results
Open links in new tab
  1. react native - How to use navigation.navigate from a component …

    Apr 22, 2020 · I have an application using React native where I am using react-navigation (5.2.9). I built a Stack.Navigator where I've got my screens but I want the Footer component to be …

  2. How to deal with safeAreaView + React Navigation?

    Nov 26, 2018 · For React Navigation v5, there is no exported. The recommended way is to use react-native-safe-area-context. Read more: React Navigation v5.x - Supporting safe areas. …

  3. React Navigation V2: Difference between navigation.push and …

    Dec 3, 2018 · I'm new to React Native and I'm currently studying the React Native Navigation Docs. I was wondering: What is the difference between navigation.push() and …

  4. Hide header in stack navigator React navigation

    Jun 22, 2017 · 23 React Native Navigation v6.x May 2022 put false in headerShown property in options prop of Screen

  5. White background flashing when switching screens - React …

    Jan 24, 2020 · I'm migrating a RN project version 4 to 5. When switching screens there was an issue with a white background flashing in. In v4 this was solved by setting cardStyle: { …

  6. javascript - React Native - navigation issue "undefined is not an ...

    Jun 21, 2017 · React Native - navigation issue "undefined is not an object (this.props.navigation.navigate)" Asked 8 years, 5 months ago Modified 4 years, 7 months ago …

  7. How to navigate between different nested stacks in react navigation

    Apr 14, 2018 · The Goal Using react navigation, navigate from a screen in a navigator to a screen in a different navigator. More Detail If I have the following Navigator structure: Parent …

  8. javascript - React-Native-Navigation, how to refresh a route when ...

    React-Native-Navigation, how to refresh a route when navigating to it via navigation.navigate ("routename", {randomparams}) Asked 5 years, 6 months ago Modified 2 years, 10 months …

  9. How to get previous route name from React Navigation

    May 1, 2019 · Using react-navigation v5 you can recurse the navigation state using the routes and index to find the current route. Once you have found the current route, an object that doesn't …

  10. Disable back button in react navigation - Stack Overflow

    I'm using react native navigation (react-navigation) StackNavigator. it starts from the Login page throughout the whole lifecycle of the app. I don't want to have a back option, returning to the L...