Closed jordangrant closed 5 years ago
Doesn't do anything
change 'ADD_TO_STORY' to:
[RNShareStoryModule.java]
Intent intent = new Intent("com.instagram.share.ADD_TO_FEED");
And it works
going to stick to 'react-native-share' for Android
My issue was: Not capturing android as base64 captureRef(this.viewShotRef, { format: "png", quality: 1, result: Platform.OS === 'android' ? "base64" : "tmpfile" })
Can't seem to get it to work! Anyone else?