哪个版本的 Hermes 正在使用 RN 0.63.4

Which version of Hermes is working with RN 0.63.4

我一直在尝试安装不同的版本,但我的应用程序一直崩溃,当我安装最新版本时,我在成功构建后收到此错误:

ReferenceError: Property '_setGlobalConsole' doesn't exist, js engine: hermes
[Sun Jan 17 2021 16:45:30.631] ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication), js engine: hermes
[Sun Jan 17 2021 16:45:30.640] ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication), js engine: hermes

我在升级到 react-native-reanimated v2 时遇到了同样的错误,我发现我错过了将 'react-native-reanimated/plugin' 添加到 babel.config.js(参见 here