In this article
What's changed
- Fixed a startup crash on Android for apps using Expo Updates (OTA) with Bundle Mode: the bundle's absolute file path was parsed as a URL and threw
MalformedURLException: no protocol: /.ScriptBufferWrappernow recognizes absolute paths and reads the bundle from disk (#9881). - Passing a value that can't be serialized no longer throws;
createSerializablenow silently replaces it withundefinedinstead (#9884).
Release card