Expo developer tools open black screen on the browser using Docker as Development Environment Expo developer tools open black screen on the browser using Docker as Development Environment docker docker

Expo developer tools open black screen on the browser using Docker as Development Environment


I had a similar error with my http://localhost:19002/ starting at a black screen.

What helped was to update my expo cli with npm install -g expo-cli and then start again my project with npm start.

I updated to expo@3.21.9. Hope this helps!