This repository has been archived by the owner on Sep 25, 2018. It is now read-only.
Releases: expo/xde
Releases · expo/xde
v1.5.4
v1.5.3
v1.5.2
v1.5.1
v1.5.0
v1.4.2
1.4.0
v1.3.5
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.
v1.3.3
v1.3.2
- Enabled Mac codesigning, so that XDE runs without needing to modify security setting as long as you have allowed apps from identified developers. (Go to Settings > Security and Privacy > the General tab > select Allow apps downloaded from: Mac App Store and identified developers.)
- Fixed the version number, so that XDE doesn't keep asking you to upgrade
- Reduced download size by 71MB (44%)