diff --git a/TestsExample/App.js b/TestsExample/App.js index c4b499641d..9c1e0c5907 100644 --- a/TestsExample/App.js +++ b/TestsExample/App.js @@ -87,6 +87,7 @@ import Test1646 from './src/Test1646'; import Test1649 from './src/Test1649'; import Test1683 from './src/Test1683'; import Test1726 from './src/Test1726'; +import Test1791 from './src/Test1791'; enableFreeze(true); diff --git a/TestsExample/src/Test1791.tsx b/TestsExample/src/Test1791.tsx new file mode 100644 index 0000000000..0efbf58036 --- /dev/null +++ b/TestsExample/src/Test1791.tsx @@ -0,0 +1,63 @@ +import {NavigationContainer} from '@react-navigation/native'; + +import {createNativeStackNavigator} from '@react-navigation/native-stack'; + +import React from 'react'; +import {Button, View} from 'react-native'; + +const Stack = createNativeStackNavigator(); + +const Screen1 = ({navigation}) => ( + +