How to clear react-native cache?

For React Native Init approach (without expo) use:

npm start -- --reset-cache

Leave a Comment