按照此处的说明操作:
https://facebook.github.io/react-native/docs/embedded-app-ios.html#content
我可以安装所需的反应子规格并与pod install
反应规范
我能够运行本地反应服务器来为捆绑服务提供服务。
但我发现以下问题导致我的应用无法在iOS模拟器中启动。
/.../node_modules/react-native/React/Executors/RCTContextExecutor.m:560:7: Comparison of function 'JSGlobalContextSetName' not equal to a null pointer is always true
/.../node_modules/react-native/React/Base/RCTRootView.m:230:17: Method override for the designated initializer of the superclass '-initWithFrame:' not found
任何人都可以帮助解除干扰吗?看起来它特定于反应库中的RCTRootView实现。
答案 0 :(得分:1)
我认为问题出在我启动react-native应用程序的位置。它没有从项目根目录运行。修复了在模拟器中修复应用程序的启动而这些警告不是真正的根本原因。