Login problem since RN 0.59 #913
Open
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Backgrounds
The current designed login process,
onNavigationStateChangeLinkingin Android andreact-native-safari-viewin iOS, then listen on Linking in both platformscan't loginbuttongitpoint://welcome, which means the welcome screenMainI guess the stack navigator guarantees the main screen will always on the top of the welcome screen.
Problem
I tested different versions of codes and found that starting from #883, with RN 0.59,
Users will be blocked by the welcome screen after login in. The workaround is killing the app and open again. It has logged in so will navigate to the main screen at the second time.
Related
Welcomebe able to navigate toMain(35e4a08)Future direction should be replacing the WebView login with native implementations.
The text was updated successfully, but these errors were encountered: