Skip to content

Commit

Permalink
Show hermes flag
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Jan 29, 2020
1 parent 082822d commit f3c4375
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions template/src/App.re
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,14 @@ let app = () =>
<SafeAreaView>
<ScrollView
contentInsetAdjustmentBehavior=`automatic style={styles##scrollView}>
{Global.hermesInternal->Belt.Option.isNone
? React.null
: <View style=styles##engine>
<Text style=styles##footer>
"Engine: Hermes"->React.string
</Text>
</View>}
<Header />
// {global.HermesInternal == null ? null : (
// <View style={styles##engine}>
// <Text style={styles##footer}>Engine: Hermes</Text>
// </View>
// )}
<View style={styles##body}>
<View style={styles##sectionContainer}>
<Text style={styles##sectionTitle}>
Expand Down

0 comments on commit f3c4375

Please sign in to comment.