Skip to content

Commit ea45d7d

Browse files
committed
Test
1 parent c67ca9d commit ea45d7d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • performance-tests/TestAppPlain

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)