We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e98a6 commit dffc3f6Copy full SHA for dffc3f6
1 file changed
performance-tests/TestAppPlain/App.tsx
@@ -9,7 +9,8 @@ import { View } from 'react-native';
9
10
function App() {
11
return (
12
- <View />
+ <View>
13
+ </View>
14
);
15
}
16
0 commit comments