1watchman watch-del-all &&
2rm -rf $TMPDIR/react-native-packager-cache-* &&
3rm -rf $TMPDIR/metro-bundler-cache-* &&
4rm -rf node_modules/
5&& npm cache clean --force &&
6npm install &&
7npm start -- --reset-cache
1watchman watch-del-all && rm -f yarn.lock && rm -rf node_modules && yarn && yarn start --reset-cache
2