chore: update React Native version from 0.74 to 0.82 - #275
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates React Native from version 0.74 to 0.82, which is a significant upgrade requiring changes across iOS, Android, and JavaScript configurations. The update enables the New Architecture and modernizes various dependencies and build configurations.
Key Changes:
- Upgraded React Native from 0.74.3 to 0.82.1 with React updated to 19.1.1
- Enabled New Architecture across iOS and Android platforms
- Replaced react-native-audio-recorder-player with react-native-nitro-sound
- Updated numerous dependencies including Firebase, MMKV, and various React Native community packages
Reviewed Changes
Copilot reviewed 39 out of 42 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sample/package.json | Updated core dependencies including React, React Native, and numerous community packages to support RN 0.82 |
| sample/ios/Podfile | Modernized Podfile with new permissions setup and New Architecture enabled |
| sample/ios/SendbirdUIKitSample/AppDelegate.swift | Migrated from Objective-C to Swift with new app initialization pattern |
| sample/android/build.gradle | Updated build tools, SDK versions, Kotlin, and NDK to support RN 0.82 |
| sample/android/app/src/main/java/.../MainApplication.kt | Simplified application setup using new React Native initialization APIs |
| sample/metro.config.js | Simplified Metro configuration removing monorepo-specific tooling |
| sample/src/factory/mmkv.ts | Updated MMKV API usage from constructor to factory function |
| sample/src/factory/index.ts | Replaced audio recorder package and updated promise rejection tracking |
| packages/*/package.json | Updated peer dependencies and dev dependencies across all packages |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #275 +/- ##
==========================================
- Coverage 10.85% 10.85% -0.01%
==========================================
Files 360 360
Lines 9047 9049 +2
Branches 2435 2555 +120
==========================================
Hits 982 982
- Misses 8064 8066 +2
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
bang9
approved these changes
Nov 17, 2025
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.
External Contributions
This project is not yet set up to accept pull requests from external contributors.
If you have a pull request that you believe should be accepted, please contact
the Developer Relations team developer-advocates@sendbird.com with details
and we'll evaluate if we can setup a CLA to allow for the contribution.
For Internal Contributors
[CLNP-7757](https://sendbird.atlassian.net/browse/CLNP-7757)
Description Of Changes
샘플 RN 버전을 0.74 -> 0.82 로 변경하였습니다.
Types Of Changes
What types of changes does your code introduce to this project?
Put an
xin the boxes that apply_