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

Open app extras #36

Closed jeaye closed 7 years ago

jeaye commented 7 years ago

This allows for the passing of arbitrary data to opened applications. It expects that extras be a map of string->string.

jeaye commented 7 years ago

Any update on this?

lucasferreira commented 7 years ago

Hi @jeaye

Can you also update the README file with a liltle sample (or explanation) of openApp usage?

jeaye commented 7 years ago

@lucasferreira Done; let me know what you think.

lucasferreira commented 7 years ago

Thanks @jeaye ;)

jeaye commented 7 years ago

Cheers!

viv3kk commented 5 years ago

how to read extra data from JS side...