diff --git a/apps/src/tests/Test2175.tsx b/apps/src/tests/Test2175.tsx new file mode 100644 index 0000000000..dbab010c24 --- /dev/null +++ b/apps/src/tests/Test2175.tsx @@ -0,0 +1,151 @@ +import React from 'react'; +import { Button, Modal, SafeAreaView, Text, View } from 'react-native'; + +import { createNativeStackNavigator } from '@react-navigation/native-stack'; +import { NavigationContainer } from '@react-navigation/native'; +import { createBottomTabNavigator } from '@react-navigation/bottom-tabs'; + +const Stack = createNativeStackNavigator(); +const Tabs = createBottomTabNavigator(); + + +function TabScreens({ navigation }): React.JSX.Element { + return ( + + + + + ); +} + +function TabHomeScreen({ navigation }): React.JSX.Element { + return ( + + Where do you where do you go, my lovely, oh oh oh oh +