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:
The desired output should show the expo dev client instead based on the tutorial

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