Skip to content

Commit 66b6b39

Browse files
authored
chore: fix typo
1 parent 7ddce71 commit 66b6b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const App = () => {
3636
contentInsetAdjustmentBehavior="automatic"
3737
style={styles.scrollView}>
3838
<Header />
39-
{usingHermes ? null : (
39+
{!usingHermes ? null : (
4040
<View style={styles.engine}>
4141
<Text style={styles.footer}>Engine: Hermes</Text>
4242
</View>

0 commit comments

Comments
 (0)