Jobeso / react-native-story-share

Share your images to instagram and snapchat stories with react native.
107 stars 54 forks source link

Not working on Android React Native 0.60 #15

Closed jordangrant closed 5 years ago

jordangrant commented 5 years ago

Can't seem to get it to work! Anyone else?

jordangrant commented 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

jordangrant commented 5 years ago

My issue was: Not capturing android as base64 captureRef(this.viewShotRef, { format: "png", quality: 1, result: Platform.OS === 'android' ? "base64" : "tmpfile" })