i am working on expo. When i run the command "npm start", the expo developer tool gets open and the tunnel gets connected but the javascript bundle gets stuck on 0%. and does not load further. why is it happening?
2 Answers
please delete the /node_modules folder and package-lock.json file
OR
may be a Watchman version issue.
https://github.com/react-community/create-react-native-app/issues/513#issuecomment-371102947
Please refer to this link.
1 Comment
Kabeer
it worked for the first time but now i am again having issues. it does build when i run the expo app first time but as long as i start to do any coding it doesnot build anymore.
