diff --git a/apps/src/tests/Test2252.tsx b/apps/src/tests/Test2252.tsx new file mode 100644 index 0000000000..338fbd6193 --- /dev/null +++ b/apps/src/tests/Test2252.tsx @@ -0,0 +1,86 @@ +import { createBottomTabNavigator } from '@react-navigation/bottom-tabs'; +import { NavigationContainer } from '@react-navigation/native'; +import { createNativeStackNavigator } from '@react-navigation/native-stack'; +import { useState } from 'react'; +import { Alert, Button, Text, View, Switch } from 'react-native'; +import React from 'react'; +import { SafeAreaProvider } from 'react-native-safe-area-context'; + +const RootStack = createNativeStackNavigator(); +const BottomTab = createBottomTabNavigator(); + +function TabScreen() { + return ( + +