You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Running a
yarn install
seems to pull the wrong package when generating the bundles.The solution is to run
npm install react-native-phone-input
after the yarn install.The text was updated successfully, but these errors were encountered: