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
418 stars 159 forks source link

Typings for openApp wrong #128

Open creambyemute opened 4 years ago

creambyemute commented 4 years ago

IS: const openApp: (packageName: string, extras: { [index: string]: string }) => void SHOULD: const openApp: (packageName: string, extras: { [index: string]: string }) => Promise<boolean>

See PR