Top "React-navigation-stack" questions

i could not resolve this bundling error with react navigation v4

bundling failed: Error: Unable to resolve module react-navigation-stack from App.js: react-navigation-stack could not be found within the project. i …

react-native react-navigation react-navigation-stack
React Native clear the previous screen from the navigation stack

I am developing a React native application for learning purposes. I am now implementing navigation using React Navigation. I am …

react-native react-navigation react-navigation-stack
Unable to resolve "@react-navigation/native" from "App.js" - React Native + How to Solve?

undefined Unable to resolve module @react-navigation/native from App.js: @react-navigation/native could not be found within the project. If …

react-native react-navigation mobile-development react-navigation-stack stack-navigator
React Native React Navigation Header Button Event

Hello I 'm trying to bind a function in my Navigator Right Button, But It gives error. This is my …

react-native react-navigation react-navigation-stack
navigation.navigate is not a function

I'm using navigation to navigate my react native app and I couldn't Paypass this issue. I did as the docs …

react-native react-navigation-stack
How to give a transparent background to a fullScreen modal in react navigation (3.x)?

How to give a transparent background to a fullScreen modal in react navigation (3.x).The solution given here is not …

react-native react-navigation react-navigation-stack
withNavigation can only be used on a view hierarchy of a navigator

I'm getting the error: Invariant Violation: withNavigation can only be used on a view hierarchy of a navigator. The wrapped …

react-native redux react-navigation react-navigation-stack react-navigation-drawer
How to set a default screen Route in react Tab Navigation in React Native

I want to load dashboard to be active tab in react Native bottom tab. Navigation whenever dashboard is loaded but …

react-native native react-navigation react-navigation-stack
Passing params in React Navigation 5

I'm trying to pass a few params between a Tab Navigator. Below is the structure of my program. In bold …

react-native react-navigation react-navigation-stack react-navigation-bottom-tab react-navigation-v5