简体   繁体   English

Expo XDE项目存在问题

[英]Expo XDE project has issues

I'm running an app in Expo XDE and get the following warning: 我在Expo XDE中运行应用程序并收到以下警告:

Expo XDE warning screenshot 世博XDE警告截图

The link in the warning just takes you to the Expo docs. 警告中的链接会将您带到Expo文档。 I looked through them and it looks like it might have something to do with my app.json file. 我查看了它们,看起来它可能与我的app.json文件有关。

My app.json only contains: 我的app.json只包含:

{
 "expo": {
  "sdkVersion": "15.0.0"
 }
}

Anyone have any ideas how to get rid of this warning? 任何人有任何想法如何摆脱这个警告? I'm working in "development mode" (Expo IDE setting) on iOS/mac 我正在iOS / Mac上的“开发模式”(Expo IDE设置)中工作

package.json中使用了来自expo的 react-native

"react-native": "https://github.com/exponent/react-native/archive/sdk-16.0.0.tar.gz",

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM