Update to react-native 0.64 and enable Hermes

Summary:
allow-large-files

Per title. hermes enabled so that we can verify the hermes debugger works.

Reviewed By: passy

Differential Revision: D27229331

fbshipit-source-id: c2e45151b9d2097edc7e79f54eb89f9d110899d6
This commit is contained in:
Michel Weststrate
2021-03-22 10:23:12 -07:00
committed by Facebook GitHub Bot
parent ea0cc7f15b
commit e1b12bbcf7
14 changed files with 1004 additions and 1510 deletions

View File

@@ -85,11 +85,6 @@ const App: () => React$Node = () => {
contentInsetAdjustmentBehavior="automatic"
style={styles.scrollView}>
<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}>
<FlipperTicTacToe />