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 issue in relation to issue #777 #778

Open nateblog opened 4 years ago

nateblog commented 4 years ago

In relation to the issue:

https://github.com/facebook/react-native-fbsdk/issues/777

I thought I already sorted it out by changing the mode to webview

ShareDialog.setMode('webview');

But it turns out the "x" button still shows and it still return empty object

It seems the "x" is being considered as resolved instead of reject