lucasferreira / react-native-send-intent

React Native Android module to use Android's Intent actions for send text to shareable apps or make phone calls or opening third party apps
419 stars 159 forks source link

- added shareTextToLine and shareTextToLine method #34

Closed finalevil closed 7 years ago

finalevil commented 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"});

lucasferreira commented 7 years ago

Hi @finalevil

Can you add some explanations and usage tips in the README of our package?

finalevil commented 7 years ago

Hi @lucasferreira I was already add the some explanation and usage to README file. Please check it. Thank you very much.