DEV Community

ShoheOhtani
ShoheOhtani

Posted on

1 1

[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)

AWS GenAI LIVE image

How is generative AI increasing efficiency?

Join AWS GenAI LIVE! to find out how gen AI is reshaping productivity, streamlining processes, and driving innovation.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay