When calling LoginManager.logInWithPermissions(['public_profile']), there will be a poped up page with two options, 'Log in with the Facebook app', and 'Log in with phone or email'.
If using 'Log in with phone or email', the whole process will be working correctly.
But when using 'Login with the Facebook app', it will bring user to Facebook app and NEVER redirect back, no matter user click continue or cancel in that page, it will just give user a white page and stay there forever
🐛 Bug Report
When calling
LoginManager.logInWithPermissions(['public_profile'])
, there will be a poped up page with two options, 'Log in with the Facebook app', and 'Log in with phone or email'.If using 'Log in with phone or email', the whole process will be working correctly.
But when using 'Login with the Facebook app', it will bring user to Facebook app and NEVER redirect back, no matter user click continue or cancel in that page, it will just give user a white page and stay there forever
To Reproduce
LoginManager.logInWithPermissions(['public_profile'])
;Environment
react-native: ~0.61.5, react-native-fbsdk: ^1.1.2