rili-live / react-native-phone-input

Phone input box for React Native
https://www.npmjs.com/package/react-native-phone-input
MIT License
42 stars 54 forks source link

Fix missing typescript typings #30

Closed berrtech closed 2 years ago

berrtech commented 2 years ago

Since files in package.json state that only dist folder is distributed, there is no typings folder in installed package, so typescript typings are not working

rililive commented 2 years ago

Thanks for the fix!