
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 outside so it …
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
How to deal with safeAreaView + React Navigation?
Nov 26, 2018 · For React Navigation v5, there is no SafeAreaView exported. The recommended way is to use react-native-safe-area-context. Read more: React Navigation v5.x - Supporting safe areas. …
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 navigation.navigate()? I tried …
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 Navigator Nested …
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 …
White background flashing when switching screens - React-Navigation …
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: { backgroundColor: …
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 ago …
react native - navigation.navigate ('Home') showing some error in ...
Aug 14, 2021 · react-native react-navigation edited Jan 10, 2023 at 18:54 Pierre Said 3,890 1 23 34
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 have any …