Safe Process for Updating Expo on Deployed Apps?

At the moment, the linking between an expo bundle and a standalone app is only by SDK version – the latest sdk 21 bundle will be served to the client that supports sdk 21 as it’s latest version, the latest sdk 22 bundle will be served to the client that supports sdk 22, etc.

We’re working on providing more fine grained control over this release process, but no ETA on that yet.