79812030

Date: 2025-11-07 07:19:36
Score: 0.5
Natty:
Report link

This error sometime means that

In dev mode it works because expo go shows you a directory of all your files, but in production , your app must have a defined entry point.

So you have to add an app/index.tsx file and update the app/_layout.tsx by adding the index screen . then in you app/index.tsx you can handle the redirection logic .

In my case that is my index.tsx and _layout.tsx

app/index.tsx

app/_layout.tsx

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Cedric Lekene