Skip to content

2.6.0

Choose a tag to compare

@cio-semantic-release cio-semantic-release released this 25 Aug 19:00
· 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 call CustomerIO.initialize() manually in JavaScript. This update enables automatic SDK initialization at app startup when a valid config is present, requiring only the cdpApiKey (region is needed for EU, siteId for 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)