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 7ddce71 commit 66b6b39Copy full SHA for 66b6b39
template/App.tsx
@@ -36,7 +36,7 @@ const App = () => {
36
contentInsetAdjustmentBehavior="automatic"
37
style={styles.scrollView}>
38
<Header />
39
- {usingHermes ? null : (
+ {!usingHermes ? null : (
40
<View style={styles.engine}>
41
<Text style={styles.footer}>Engine: Hermes</Text>
42
</View>
0 commit comments