Skip to content

Commit f3c4375

Browse files
committed
Show hermes flag
1 parent 082822d commit f3c4375

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

template/src/App.re

+7-5
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,14 @@ let app = () =>
8686
<SafeAreaView>
8787
<ScrollView
8888
contentInsetAdjustmentBehavior=`automatic style={styles##scrollView}>
89+
{Global.hermesInternal->Belt.Option.isNone
90+
? React.null
91+
: <View style=styles##engine>
92+
<Text style=styles##footer>
93+
"Engine: Hermes"->React.string
94+
</Text>
95+
</View>}
8996
<Header />
90-
// {global.HermesInternal == null ? null : (
91-
// <View style={styles##engine}>
92-
// <Text style={styles##footer}>Engine: Hermes</Text>
93-
// </View>
94-
// )}
9597
<View style={styles##body}>
9698
<View style={styles##sectionContainer}>
9799
<Text style={styles##sectionTitle}>

0 commit comments

Comments
 (0)