Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 25, 2018. It is now read-only.

v1.3.5

Choose a tag to compare

@ide ide released this 19 Mar 18:42
· 403 commits to master since this release

Update to this release of XDE for compatibility with the latest version of Exponent for Android.

Upgrade Note

One thing you will need to do is open your project's package.json file and look for where it says:

"exp": {
  "abiVersion": "4.0.0"
}

Change abiVersion to sdkVersion:

"exp": {
  "sdkVersion": "4.0.0"
}

The sdkVersion field tells us which version of the Exponent SDK you want to use so that your app stays working even as we update Exponent.