Uh oh!
There was an error while loading. Please reload this page.
feat: add Expo scene deep-link readiness (MBL-2304) - #646
Conversation
Sample app builds 📱Below you will find the list of the latest versions of the sample apps. It's recommended to always download the latest builds of the sample apps to accurately test the pull request.
|
mrehan27
left a comment
There was a problem hiding this comment.
Approving. The buffering design holds up — I traced readiness end to end and the split is right: JS-init hosts are covered automatically by markReactNativeReady() in initialize, and the new API exists only for natively-initialized hosts that never call it. README is thorough and accurate.
Comments are hardening, not blockers. The test-coverage one is worth doing before merge, since customerio/customerio-expo-plugin#398 will bind to this behavior once released.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
## [6.8.0](6.7.0...6.8.0) (2026-08-27) ### Features * add Expo scene deep-link readiness (MBL-2304) ([#646](#646)) ([016f9ac](016f9ac))
Summary
Linkinglistener is readyCustomerIO.setDeepLinkRoutingReady()for Expo native auto-initializationPackaging note
header_dirso static-framework Expo builds resolve the React Native wrapper module consistently; this changes the installed public-header directory but not the supported JavaScript APIValidation
compileDebugKotlinpassesLinkingafter native auto-init readinessPart of MBL-2304.