我直接按照世博文档中解释的步骤将React的expo从SDK25升级到了SDK32。当我试图将应用程序运行到博览客户端时,我会得到以下错误
undefined is not an object (evaluating '_expo2.default.KeepAwake') <unknown> crna-entry.js:20:17 loadModuleImplementation require.js:292:12 guardedLoadModule require.js:179:45 global code
我有问题,启动世博后,升级到34版世博SDK。
error: unknown option `--assetPlugins'
Metro Bundler process exited with code 1 Error: Metro Bundler process exited with code 1
版本:
博览会-cli: 3.0.10
反应本机:
sdkVersion世博会: 34.0.0
我删除了节点模块并多次重置缓存,但没有成功。我确信在app.json和package.json中有正确的版本
有什么想法吗?谢谢。
在这里,我试图在windows 10上安装cassandra,但是由于上面的错误,它失败了。我设置了JAVA_HOME和cassandra路径。还安装了Python。我还尝试过更改cassandra.yaml listen_address: 127.0.0.1和rpc_address: 127.0.0.1,但是没有任何效果。完全错误如下:
C:\Users\Sudarshan>cassandra -f
'powershell' is not recognized as an internal or external command,
operable program or
我正在与世博会一起运行排毒。 在升级到detox的v18之前,我经常会得到以下错误: detox[7528] WARN: [Client.js/PENDING_REQUESTS] App has not responded to the network requests below:
(id = -1000) isReady: {}
That might be the reason why the test "your test" has timed out. 我设法修复了这个问题,方法是遵循这里提供的修复:https://github.com/expo/detox-
昨天,我成功地运行了命令expo :ios,但是今天早上它无法工作,输入凭据后,我得到了以下错误消息:
Trying to authenticate with Apple Developer Portal...
Authentication with Apple Developer Portal failed!
Reason: Unknown reason, raw: "SSL_connect returned=1 errno=0 state=error: certificate
verify failed"
Set EXPO_DEBUG=true in your env t
在尝试使用react本机导航时,我一直会遇到undefined is not an object (evaluating 'RCCManager.setRootController')。
我试图效仿,但当它试图在世博应用程序中加载该项目时,我就点击了它。
我修改了世博会生成的App.js如下所示:
import HomeScreen from './screens/HomeScreen'
Navigation.registerComponent('screens.HomeScreen', () => HomeScreen)
class