Jobeso / react-native-story-share

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

Support video + snapchat caption text #36

Closed kperreau closed 3 years ago

kperreau commented 4 years ago

This PR enable video on both Instagram and Snapchat, with new param media. It add captionText param only available for snapchat to add text on photo/video. It still not working with file path but only base64 on Android.

New params:

media<string>("photo" or "video")
captionText<string>

Follow exemple here, for media and captionText on snapchat. https://github.com/kperreau/react-native-story-share#share-to-snapchat

Jobeso commented 4 years ago

Awesome work on this one! Looks good to me.

I guess it makes sense to add an error on the js side if media is used on iOS, can you also take care of this?