diff --git a/FabricTestExample/App.js b/FabricTestExample/App.js index 49db6e6bdd..055ae2184d 100644 --- a/FabricTestExample/App.js +++ b/FabricTestExample/App.js @@ -93,6 +93,7 @@ import Test1864 from './src/Test1864'; import TestScreenAnimation from './src/TestScreenAnimation'; import Test1981 from './src/Test1981'; import Test2008 from './src/Test2008'; +import Test2028 from './src/Test2028'; enableFreeze(true); diff --git a/FabricTestExample/src/Test2028.tsx b/FabricTestExample/src/Test2028.tsx new file mode 100644 index 0000000000..81c1f1aa3f --- /dev/null +++ b/FabricTestExample/src/Test2028.tsx @@ -0,0 +1,54 @@ + +import React from 'react'; +import { Button, SafeAreaView, View } from 'react-native'; + +import { createNativeStackNavigator } from '@react-navigation/native-stack'; +import { NavigationContainer } from '@react-navigation/native'; + +const Stack = createNativeStackNavigator(); + +const TestScreen = ({ navigation }): React.JSX.Element => { + return ( + +