Open SaruwatariSagittario opened 4 years ago
ShareDialog returned API ERROR message only on Android, while in iOS its working fine. Also previously the feature working fine on both platform.
Tried to use Share Dialog.
Shows Share Dialog
ShareDialog.canShow(shareLinkContent).then( function(canShow) { if (canShow) { return ShareDialog.show(shareLinkContent); } } ).then( function(result) { if (result.isCancelled) { console.log('Share cancelled'); } else { console.log('Share success with postId: ' + result.postId); } }, function(error) { console.log('Share fail with error: ' + error); } );
"react": "16.9.0", "react-native": "0.61.5", "react-native-fbsdk": "1.1.1"
Hi, any update regarding this issue? does the repo still active?
🐛 Bug Report
ShareDialog returned API ERROR message only on Android, while in iOS its working fine. Also previously the feature working fine on both platform.
To Reproduce
Tried to use Share Dialog.
Expected Behavior
Shows Share Dialog
Code Example
Environment
"react": "16.9.0", "react-native": "0.61.5", "react-native-fbsdk": "1.1.1"