rili-live / react-native-phone-input

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

Unable to resolve "react-async-hook" from "node_modules/react-native-country-picker-modal/lib/Flag.js" #62

Closed saunders-d closed 7 months ago

saunders-d commented 7 months ago

When trying to use the component:


Unable to resolve "react-async-hook" from "node_modules/react-native-country-picker-modal/lib/Flag.js"
saunders-d commented 7 months ago

Ended up manually installing via

npm i react-async-hook

Fixed the issue.