thegamenicorus / react-native-phone-input

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

Yarn Issue #25

Open BuffMcBigHuge opened 6 years ago

BuffMcBigHuge commented 6 years ago

Running a yarn install seems to pull the wrong package when generating the bundles.

Unable to resolve module `./images/ad.png` from `/*/node_modules/react-native-phone-input/lib/resources/flags/index.js`: could not resolve `/*/node_modules/react-native-phone-input/lib/resources/flags/images/ad.png' as a file nor as a folder

The solution is to run npm install react-native-phone-input after the yarn install.

edwinwongnetccentric commented 6 years ago

+1 for yarn issue