redux-react-navigation-demos
redux-react-navigation-demos copied to clipboard
React-Native + Redux + Redux-Persist + React Navigation ( Authentication Flow with Redux demos)
i copy your code, but im getting error like this: ``` TypeError: undefined is not an object (evaluating '_this.props.navigation.state.index') ```
navigate = () => { const navigateToScreen2 = NavigationActions.navigate({ routeName:'screen2', params:{name:'Shubhnik'} }) // navigateToscreen2 will look like this: /* { "type": "Navigation/NAVIGATE", "routeName": "screen2", "params":{ "name":"Shubhnik" } } */ //...
Hey! Just cloned master branch and ran the app for the first time it's throwing error:- TypeError: undefined is not a function (evaluating 'e') Any idea what's this about.
Its a doubt rather than a issue , how the Logout action is handled in navigation reducer, I checked code , where u reset using Navigation Action and again init...
Hi, I am running your example ( nestedNavigators ) and when I press Logout on the logout screen I get the following error Unhandled JS Exception: Invariant Violation: Cannot get...
branch NestedNavigators face issue in tab navigation in add stacknavigation is not working proper so how use ? `export const Profile = StackNavigator({ addpeople: { screen: peopleScreen }, removepeople: {...
Hey @shubhnik So just tried out the `nestedTab` branch. While the initial login flow works seamless. I am trying to replicate a scenario when a user is already logged in,...