我正在尝试运行发布APK。
我下载捆绑包就好了,我通过Android Studio创建了已签名的APK,然后通过adb install
进行安装。
当我运行应用程序时,在log cat中我看到:
Got JS Exception: SyntaxError: Unexpected keyword 'const' Const declarations are not supported in strict mode
和
Got JS Exception: ReferenceError: Can't find variable: require
。
我认为RN是通过babel编译的。是什么给了什么?
答案 0 :(得分:0)
我有类似的问题。 通过将节点升级到4.2
解决了这个问题