React Native Reset Cache
npx react-native start --reset-cache
Weary Wren
npx react-native start --reset-cache
Windows Command =>
npm cache clean --force
watchman watch-del-all && rm -rf node_modules && npm install && npm start --reset-cache && rm -rf /tmp/metro-*
watchman watch-del-all && rm -f yarn.lock && rm -rf node_modules && yarn && yarn start --reset-cache