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

Add type definition for openAppWithUri #139

Closed jihoon416 closed 3 years ago

jihoon416 commented 3 years ago

Our team is using Typescript for our project, and I thought it would be really helpful for us and to other people as well if the newly added function openAppWithUri could provide type definitions.

It's a simple addition to the index.d.ts file, and won't take much time to review this I hope.

Thank you for your awesome package!

lucasferreira commented 3 years ago

thanks @jihoon416 ;)