XDE project has problems

I am running my application in Expo XDE and I get the following warning:

Expo XDE warning screenshot

the link in the alert will just take you to the Expo docs. I've looked at them and it looks like it might be related to my app.json file.

My app.json only contains:

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

      

Anyone have any ideas how to get rid of this warning? I am working in "development mode" (IDE setup) on iOS / mac

+3


source to share


1 answer


Used react-native from expo like this in package.json :



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

      

+3


source







All Articles