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 c67ca9d commit ea45d7dCopy full SHA for ea45d7d
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