facebookarchive / react-native-fbsdk

A React Native wrapper around the Facebook SDKs for Android and iOS. Provides access to Facebook login, sharing, graph requests, app events etc.
https://developers.facebook.com/docs/react-native
Other
2.99k stars 908 forks source link

ShareDialog.show() is not show the facebook app, if person is not logged in yet on IOS. #698

Open ArchanaSharma95 opened 4 years ago

ArchanaSharma95 commented 4 years ago

Hi,

Issue details:: On iOS, if someone having "facebook" app and person is not logged in yet, I am just getting a notification popup with text "Please log in.. You need to be logged in to the Facebook app to share this link", Here I need to open the app login page if someone is not logged in. But Its working fine on Android.