Skip to content

Commit dffc3f6

Browse files
committed
Test
1 parent 10e98a6 commit dffc3f6

File tree

1 file changed

+2
-1
lines changed
  • performance-tests/TestAppPlain

1 file changed

+2
-1
lines changed

performance-tests/TestAppPlain/App.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ import { View } from 'react-native';
99

1010
function App() {
1111
return (
12-
<View />
12+
<View>
13+
</View>
1314
);
1415
}
1516

0 commit comments

Comments
 (0)