1

I have used create-react-native-app and expo to build an application on a vagrant ubuntu and run it using yarn start.

When i make changes to my file on my host machine, the changes are not reflected.

With create-react-app, CHOKIDAR_USEPOLLING=true worked and all my changes were reflected instantly but this is not the case for native.

Does anyone know how to get this to work?

Lahiru Gamage
  • 849
  • 5
  • 14
  • 27
ThierryMichel
  • 487
  • 1
  • 5
  • 20

1 Answers1

0

Please try using yarn start instead of npm start since your current of npm (5) has issues with create-react-native-app as of today.

Arielle Nguyen
  • 2,932
  • 1
  • 20
  • 15