Changelog
Check out release history our Expo Plugin. Alpha and beta releases provide access new features and fixes that have been tested internally at Customer.io but have not been tested with a production app or audience. We strongly recommend that you use these versions internally, for acceptance testing or to get a head start integrating new features in your app.
Need to upgrade?
Select your current version to see all the features and fixes from your version to the latest release.
Breaking Changes
Features
Bug Fixes
2.x Releases
2.0.0-beta.1
code changes2.0.0-beta.1 (2024-12-24)
⚠ BREAKING CHANGES
- Data Pipelines Support: Sending your mobile data into our customer data platform (CDP) helps you support Journeys and the rest of your martech stack—analytics, data warehouses, CRMs, and more. (#190)
NOTE: Please follow the migration guide for a seamless upgrade to this version.
Features
- Anonymous tracking: You can send anonymous events, and we’ll reconcile anonymous activity with your users when you identify them.
- Built-in lifecycle events: the SDK now automatically captures events like “Application Installed” and “Application Updated” for you, so you better understand your users’ behaviors in your app.
- New device data: The SDK captures complete device-level context, such as your audience’s screen dimensions, device names, and more.
1.x Releases
1.0.0-beta.17
code changes1.0.0-beta.17 (2024-11-21)
Features
1.0.0-beta.16
code changes1.0.0-beta.16 (2024-10-25)
Bug Fixes
1.0.0-beta.15
code changes1.0.0-beta.14
code changes1.0.0-beta.14 (2024-02-12)
Features
1.0.0-beta.13
code changes1.0.0-beta.13 (2023-08-07)
Bug Fixes
1.0.0-beta.12
code changes1.0.0-beta.11
code changes1.0.0-beta.11 (2023-07-03)
This release uses the Customer.io React Native SDK version 3. After you install this version of the Expo plugin into your project, you will need to run
expo prebuild --clean
for changes to go into effect from the plugin.⚠ BREAKING CHANGES
- auto-update native SDK and easier rich push install (#81)
Bug Fixes
1.0.0-beta.10
code changes1.0.0-beta.9
code changes1.0.0-beta.8
code changes1.0.0-beta.8 (2023-05-11)
Bug Fixes
1.0.0-beta.7
code changes1.0.0-beta.6
code changes1.0.0-beta.5
code changes1.0.0-beta.4
code changes1.0.0-beta.3
code changes1.0.0-beta.2
code changes1.0.0-beta.2 (2022-12-30)
Bug Fixes
1.0.0-beta.1
code changes1.0.0-beta.1 (2022-12-30)
⚠ BREAKING CHANGES
- changed googleServicesFilePath to googleServicesFile (#16)
Features
- added ability to set use_frameworks to static (#9) (05d7012)
- fixed issues with adding file to target (#10) (0674c66)
- rich push environment variable setup (#23) (8d83c95)
- user agent for expo (#8) (19e78b1)
Bug Fixes
- fixed info.plist formatting issue (#18) (d701794)
- update .releaserc.json (#21) (8c751cf)
- updated package version (#19) (ab30383)
Code Refactoring