79128917

Date: 2024-10-26 16:02:22
Score: 0.5
Natty:
Report link

It seems like expo sorts your route names alphabetically first, and then display the first item(screen) as your initial route. Workaround, export the following from your _layout.tsx

export const unstable_settings = {
  initialRouteName: 'your-route-name',
};

https://docs.expo.dev/router/advanced/router-settings/

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Baboucarr Badjie