react-navigation-auth-flow icon indicating copy to clipboard operation
react-navigation-auth-flow copied to clipboard

Results 27 react-navigation-auth-flow issues
Sort by recently updated
recently updated
newest added

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...

dependencies

Correct way of using createSwitchNavigator is using it by createAppContainer. createAppContainer added to router.js

using updated expo v. crna the dependencies needed to be updated in order to be able to build successfully

Seems like navigation v3 has introduced some global app-container that must be declared explicitly so it broke the current implementation.

This is an Android only issue, since iOS does not have a dedicated Back button. Loaded the application on Android as recommended, navigated to the 'Profile' tab and clicked 'Sign...

Hi Spencer, A great tutorial indeed but can you make the same auth flow for react-navigation and redux together. Thanks