我已使用this instruction更新了SDK。然后我运行了该应用程序。该应用程序在红色屏幕上显示此错误:
babelHelpers.readOnlyError不是一个函数。 (在 ‘babelHelpers.readOnlyError(“ newSize”)’,‘babelHelpers.readOnlyError’ 是未定义的)
如何解决此错误? 我尝试清除纱线缓存,再次安装纱线卷装,但不起作用。
答案 0 :(得分:0)
我发现这个webpage解决了我的问题。
在#define N 8
typedef uint32_t bigint_t[N]; // least-significant word first.
中添加以下内容:
package.json
制作"devDependencies": {
"babel-plugin-transform-remove-console": "6.9.4",
"babel-preset-expo": "^5.0.0"
}
:
.babelrc
更新.babelrc和package.json
删除node_modules文件夹
安装babel-plugin-transform-remove-console和babel-preset-expo。运行纱线或npm。
使用expo start -c运行expo清除缓存