Expo Dev Client returning a bunch of strings when launching in browser

Viewed 13

I'm trying to learn react native and as a first step, I've installed expo-cli and set up the environment based on youtube tutorials.

However when launching npm start (or expo start) I'm greeted with this screen when I head to localhost on my browser:enter image description here

The desired output should show the expo dev client instead based on the tutorial enter image description here

I've tried using different browser and upgrading expo-cli but it's still not working. Anyone knows what I'm missing here? Thanks in advance

0 Answers
Related