feat: update native SDKs to iOS 4.5.0 and Android 4.18.0 - #596
Merged
Conversation
Bump the pinned native Customer.io SDK versions used by the React Native wrapper: - iOS: 4.4.3 -> 4.5.0 (cioNativeiOSSdkVersion) - Android: 4.17.1 -> 4.18.0 (cioSDKVersionAndroid) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
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.
|
mahmoud-elmorabea
marked this pull request as ready for review
June 5, 2026 11:31
mrehan27
approved these changes
Jun 5, 2026
cio-mobile-release Bot
pushed a commit
that referenced
this pull request
Jun 5, 2026
## [6.5.0](6.4.3...6.5.0) (2026-06-05) ### Features * update native SDKs to iOS 4.5.0 and Android 4.18.0 ([#596](#596)) ([0a94e26](0a94e26))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bumps the pinned native Customer.io SDK versions used by the React Native wrapper to the latest releases.
cioNativeiOSSdkVersion)cioSDKVersionAndroid)iOS FCM wrapper (
cioiOSFirebaseWrapperSdkVersion) stays at1.0.0— already the latest release.Why
customerio-ios 4.5.0 and customerio-android 4.18.0 are the latest native releases.
Files changed
package.json—cioNativeiOSSdkVersion(consumed by the podspecs)android/gradle.properties—customerio.reactnative.cioSDKVersionAndroid🤖 Generated with Claude Code
Note
Low Risk
Version-only bumps to native dependency pins with no application logic changes; main risk is inheriting behavior from upstream native SDK releases.
Overview
Updates the pinned native Customer.io SDK versions consumed by the React Native package: iOS
cioNativeiOSSdkVersioninpackage.jsongoes from 4.4.3 to 4.5.0 (used by the CocoaPods specs), and Androidcustomerio.reactnative.cioSDKVersionAndroidinandroid/gradle.propertiesgoes from 4.17.1 to 4.18.0. No JavaScript/TypeScript or bridge code changes—only dependency version constants.Reviewed by Cursor Bugbot for commit eb02c90. Bugbot is set up for automated code reviews on this repo. Configure here.