shimohq / react-native-prompt-android

A polyfill library for Alert.prompt on Android platform, working both on Android and iOS platform.
MIT License
129 stars 74 forks source link

Add TypeScript type definitions #22

Closed krystofcelba closed 6 years ago

krystofcelba commented 6 years ago

Hi, I wrote Typescript type definitions for this great library. Should also fix this ts error [ts] Cannot find module 'react-native-prompt-android' when the library is used in TypeScript project.