2.6.0
·
75 commits
to main
since this release
2.6.0 (2025-08-25)
✨ Expo Plugin: Auto Initialization Support for React Native SDK
- Customer.io React Native SDK can now be configured directly from
app.json, removing the need to callCustomerIO.initialize()manually in JavaScript. This update enables automatic SDK initialization at app startup when a validconfigis present, requiring only thecdpApiKey(regionis needed forEU,siteIdfor in-app messaging). It is compatible with Expo SDK 53+ and fully backward compatible, manual initialization continues to work without any warnings. Read more in plugin docs. (#292) (529306b)