【发布时间】:2021-01-10 10:08:03
【问题描述】:
我正在尝试将 React-native 从 0.61.5 升级到 0.63.2。 对于 iOS,一切正常。但对于 Android,我有:
-
构建包时的当前错误:
ERROR TypeError: Super expression must be null or a function
ERROR Invariant Violation: Module AppRegistry 不是注册的可调用模块(调用 runApplication)
ERROR Invariant Violation: Module AppRegistry 不是注册的可调用模块(调用 runApplication)
-
模拟器白屏
我删除了应用程序,清理了解决方案 - 不起作用。
由本手册更新:https://react-native-community.github.io/upgrade-helper/?from=0.61.5&to=0.63.2
【问题讨论】:
标签: react-native react-native-android