Having a problem rendering on expo app: Trying to test my second app, but keeps rendering first app? Not sure why

I’m working on my second app, just wrapped up learning React Native, but unfortunately, got stuck trying to run it when packager keeps rendering 1st app I was working on.
I’m running ‘expo start’ from the correct file path of the second app
No error shows
But when I scan QR code on my expo app, I get the first app render.

Not sure why…

Mind helping me figure out why it’s rendering old project? Thanks in advance.

Hey @ymtibebu,

Can you run expo diagnostics and share what’s printed out here? Also, can you share the app.json of each of your projects?

Cheers,
Adam

Hey @adamjnavI, got it to work by connecting via tunnel instead of LAN.

Thanks