Closed finalevil closed 7 years ago
Hi Lucas,
Thank you very much for react-native-send-intent. I have added two feature for share image to instagram and share text to line.
example: SendIntentAndroid.shareImageToInstagram("image/*", "You Image File URI"); SendIntentAndroid.shareTextToLine({text: "Your Text Content"});
Hi @finalevil
Can you add some explanations and usage tips in the README of our package?
Hi @lucasferreira I was already add the some explanation and usage to README file. Please check it. Thank you very much.
Hi Lucas,
Thank you very much for react-native-send-intent. I have added two feature for share image to instagram and share text to line.
example: SendIntentAndroid.shareImageToInstagram("image/*", "You Image File URI"); SendIntentAndroid.shareTextToLine({text: "Your Text Content"});