react-native metro bundle stuck and not running progress bar
I have this sentence under scripts on my package.json. Try run it using npm run clear-all
.
"clear-all": "watchman watch-del-all; rm -rf ./ios/build; rm -rf ./ios/Pods; rm -rf $TMPDIR/react-*;rm -rf $TMPDIR/haste-*; rm -rf $TMPDIR/metro-*; rm -rf node_modules/; npm cache verify; npm install; npm start --reset-cache"
after that you have to run pod install
and react-native run-ios
again. Let me know if this works for you.