-
Notifications
You must be signed in to change notification settings - Fork 76
Google login sometimes results in a blank screen after entering credentials #167
Comments
Tested with all versions of For me, this bug happens always when I have |
@pilwon does it work sometimes for you? Mine works 70-80% of time |
@chitezh It doesn't work for me at all anymore. No issue with |
Thanks. I'm trying to establish if it's the same issue |
I've also started having a problem. The only thing I've changed from what I can tell is I've added redux into the mix. Anybody else also using Redux? #92 Gave me the impression that it could be redux-related but not sure yet. I'm going to try dismantling redux and see if that gets me anywhere. |
It's working now. I don't know if this is a redux issue still because I may have just messed with enough code to force a harder reload than what I was doing before. My current theory is that this may be a hot reload issue. Because I noticed that everything seems to work when the app is hard-reloaded and the Lock login screens shows with a slide-up animation. I was not seeing that same animation when it was hot reloading and wasn't working. Hope that helps. |
Tried again this morning and I'm still getting the white screen after login. |
react-native-lock:
0.6.0
iPhone 6 & 7
pod 'Lock', '~> 1.29'
pod 'Lock/TouchID'
pod 'Lock/SMS'
pod 'Lock/Email'
pod 'Lock/Safari'
RN - 0.45.1
React -16.0.0-alpha.12
4.2.0
Note: This bug does not happen always
The text was updated successfully, but these errors were encountered: