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?