Top "Stack-navigator" questions

getting undefined is not a function (evaluating '(0,_reactNavigation.stacknavigator)') in drawer navigation

In my application I need drawer navigation, for that I am using sample code from this. I have integrated everything …

react-native navigation-drawer stack-navigator
React Navigation default background color

I'm using react-navigation and stack-navigator to manage my screens. Platforms I'm using: Android React Native: 0.47.1 React Navigation: 1.0.0-beta.11 Emulator and …

javascript android react-native react-navigation stack-navigator
React native clear Stack Navigator stack

I have few screens which I navigate through one by one. Screen1->screen2-screen3->screen4-Home …

javascript react-native react-navigation stack-navigator
How to hide header of createStackNavigator on React Native?

I want to hide header because I already have styled Toolbar in code: import {createStackNavigator} from 'react-navigation' const AppStackNavigator = createStackNavigator ({ …

react-native stack-navigator
`componentDidMount()` function is not called after navigation

I am using stackNavigator for navigating between screens. I am calling two API's in componentDidMount() function in my second activity. …

android reactjs react-native stack-navigator
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
How do I pass navigation props from parent component to header?

I have 4 pages: App.js, HomeScreen.js, Login.js, Toolbar.js My App page with the StackNavigator: import React, { Component } …

react-native stack-navigator
How to change back button route in react navigation

i am using react-navigation (stack-navigation). i want to change my header back button icon route. Home BookTicket MyBookings these are …

reactjs react-native react-navigation stack-navigator
React Native - Passing Data Across Screens

I'm having some trouble with a react-native app. I can't figure out how to pass data across screens. I realize …

javascript reactjs react-native stack-navigator
What properties does navigationOptions take in react-native?

There's mention of the property navigationOptions in this page here: https://facebook.github.io/react-native/docs/navigation.html I can't …

react-native stack-navigator