How to use Beta / RC SDK in XDE?

Once I set the SDK version to 23.0.0-rc.2, I got the following error:

Warning: Invalid sdkVersion. Valid options are 10.0.0, 11.0.0, 12.0.0, 13.0.0, 14.0.0, 15.0.0, 16.0.0, 17.0.0, 18.0.0, 19.0.0, 20.0.0, 21.0.0, 22.0.0, 7.0.0, 8.0.0, 9.0.0

Thanks

Unless you’re interested in contributing to the SDK, I’d recommend waiting until we’re out of rc stage. Should be later this week :slight_smile:

1 Like

Ic, but I’m still a noob, would love to contribute if I’m capable later
Thanks for this amazing software

Each version of the Expo SDK has two parts – the JS and the native side. Their versions must match, so to use expo@23.0.0-rc.2 you’d also need the native client app that has the native code for SDK 23.

We haven’t released that client to the App Store and Google Play yet so you’d have to build it from the source on GitHub, which is probably a lot more work than you’d want just to try SDK 23. Plus you wouldn’t be able to use the Expo standalone app builders to create a standalone app with SDK 23 yet anyway.

We release a new SDK about each month (sometimes takes an extra week), so that updates come in a timely manner.

1 Like