diff --git a/apps/src/tests/TestModalNavigation.tsx b/apps/src/tests/TestModalNavigation.tsx index 314e15539..e3fb796df 100644 --- a/apps/src/tests/TestModalNavigation.tsx +++ b/apps/src/tests/TestModalNavigation.tsx @@ -7,11 +7,13 @@ type StackParamList = { Home: undefined; NestedStack: undefined; MainStackScreen: undefined; + MainStackScreen2: undefined; Screen1: undefined; Screen2: undefined; Screen3: undefined; }; + function HomeScreen({ navigation, }: NativeStackScreenProps) { @@ -34,6 +36,22 @@ function MainStackScreen({ navigation }: NativeStackScreenProps Main stack screen +