I have a problem with react-native webview app and Facebook login via modal window. The login works on mobile browsers but when I try to login via app I see white screen.
Steps to reproduce:
Click on login button on my site.
Enter username and password on FB modal window and submit the form
- See white screen
I think the problem is the same like this one stackoverflow link but I do not know how I can handle that using react-native.
Can anybody help me how can I handle that problem using react-native?