79411159

Date: 2025-02-04 09:30:33
Score: 0.5
Natty:
Report link

You'll need to create a _layout.tsx file inside each subdirectory. Inside this _layout.tsx file, you'll need to define the structure for the navigation:

...

<Stack>
  <Stack.Screen name="screen1" />
  <Stack.Screen name="screen2" />
  ...
</Stack>

...
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Chibuokem Onyekwelu