Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Native Expo Failed building JavaScript bundle

After installing a package and running react-native link. I get the following error message in the logs of exp start when I try to launch the simulator on Xcode:

Failed building JavaScript bundle.

There's 0 additional information and my project runs but this errors show up in the terminal and the get the simulator stuck at 0%...

I have no idea how to fix this since I'm unable to get any additional error nor information, just this ****** error message.

like image 748
Hugo Avatar asked Jan 15 '18 15:01

Hugo


1 Answers

Clearing the cache via expo start -c AND restarting the bundler by pressing R in the terminal as Hameed suggested helped in my case

like image 136
mindthegab Avatar answered Nov 09 '22 05:11

mindthegab