I cannot get the Expo DevTools to work. My approach:
npm install -g expo-cli
expo init
cd PROJECTNAME
expo start
I just get this error message in the console:
TypeError: Cannot read property 'compile' of undefined
And this one in the DevTools in the browser:
Expo Developer Tools is disconnected from Expo CLI. Use the expo start command to start the CLI again.
Does anyone know what Iam missing here?