Upgrade React Native to 0.79.7 and align Kotlin with native SDK 1.7.2#73
Merged
tekinalper merged 1 commit intodevelopfrom Mar 14, 2026
Merged
Conversation
221190a to
c48ddcb
Compare
c48ddcb to
ac96a95
Compare
The native Android SDK (refiner:1.7.2) is compiled with Kotlin 2.1.20, matching all active RN versions (0.80-0.84). This upgrades the example app and wrapper to RN 0.79.7 (React 19) with Kotlin 2.1.20. - Upgrade RN 0.76.6 → 0.79.7, React 18 → 19 - Kotlin fallback version: 2.1.20 (matches native SDK) - kotlinx-serialization: 1.8.1 (matches native SDK) - Native SDK: 1.7.1 → 1.7.2 (Android and iOS) - iOS deployment target: 11.0 → 15.1 (RN 0.79 requirement) - peerDependencies: react-native >= 0.78.0 - Remove react-test-renderer (deprecated in React 19) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ac96a95 to
c91e847
Compare
Collaborator
Author
|
Reviewed & tested |
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 it does
Upgrades the React Native wrapper and example app to RN 0.79.7 (React 19) and aligns Kotlin/dependency versions with native SDK v1.7.2 (Kotlin 2.1.20).
Dependency changes:
Key changes:
How to test it
cd example && npm installnpx react-native run-android— app launches and survey displayscd ios && pod install && cd .. && npx react-native run-ios— app launches and survey displaysAcceptance criteria
Link to ticket
Follow-up to native SDK PR refiner-io/mobile-sdk-internal#98 (Kotlin 2.1.20 downgrade)
🤖 Generated with Claude Code