DEV Community

ShoheOhtani
ShoheOhtani

Posted on

[ReactNative] How to solve "Unable to resolve module xxx"

Image description

1: rm -rf ios/build
2: rm -rf node_modules
3: npm cache clean --force
4: npm install
5: npm start -- --reset-cache
6: npx react-native run-ios

Top comments (0)