Skip to content

chore(deps): upgrade react native to 0.85.3#17

Merged
tolgahan-arikan merged 1 commit into
masterfrom
react-native-0.85.3
Jun 3, 2026
Merged

chore(deps): upgrade react native to 0.85.3#17
tolgahan-arikan merged 1 commit into
masterfrom
react-native-0.85.3

Conversation

@tolgahan-arikan
Copy link
Copy Markdown
Collaborator

Summary

  • upgrade the root package and CLI examples to React Native 0.85.3
  • align matching @react-native companion packages to 0.85.3
  • update SDK and Trails example iOS Podfile.lock files for React-Core-prebuilt and ReactNativeDependencies 0.85.3

Verification

  • yarn lint
  • npm --prefix examples/expo-example ci
  • yarn typecheck
  • npm --prefix examples/expo-example run typecheck
  • yarn prepare
  • bundle exec pod install --project-directory=ios in examples/sdk-example
  • bundle exec pod install --project-directory=ios in examples/trails-actions-example
  • yarn turbo run build:android --filter=oms-client-react-native-sdk-example --cache-dir=.turbo/android
  • RCT_USE_RN_DEP=1 RCT_USE_PREBUILT_RNCORE=1 yarn turbo run build:ios --filter=oms-client-react-native-sdk-example --cache-dir=.turbo/ios

@tolgahan-arikan tolgahan-arikan requested a review from a team June 3, 2026 11:07
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

Claude finished @tolgahan-arikan's task —— View job


Reviewing React Native 0.85.3 Upgrade PR

Todo List

  • Read and analyze changed package.json files
  • Check if src/index.tsx was modified (API surface changes)
  • Verify API.md needs updating
  • Check native layer consistency
  • Validate conventional commits format
  • Review for potential bugs or breaking changes
  • Post comprehensive review feedback

Review Summary ✅

This PR correctly upgrades React Native to 0.85.3. Here's my analysis:

✅ TypeScript API Surface

  • No changes required: src/index.tsx exports were not modified
  • API.md up to date: No updates needed since the public API surface is unchanged

✅ Package Dependencies

Root package.json:

  • React Native: 0.85.3
  • @react-native packages: All updated to 0.85.3
  • React: 19.2.3 (compatible with RN 0.85.3) ✅

Examples package.json files:

  • Both sdk-example and trails-actions-example correctly updated to RN 0.85.3
  • All @react-native companion packages aligned to 0.85.3
  • Consistent dependency versions across examples ✅

✅ Native Layer Consistency

  • iOS: Podfile.lock files updated for both examples (React-Core-prebuilt 0.85.3)
  • Android: Native SDK versions unchanged in android/build.gradle:7 (0.1.0-alpha.1)
  • iOS: Native SDK version unchanged in OmsClientReactNativeSdk.podspec:19 (0.1.0-alpha.1)
  • Correctly handled: Only React Native was upgraded, not the OMS native SDKs

✅ Conventional Commits

  • Title format: chore(deps): upgrade react native to 0.85.3
  • Follows conventional commits specification correctly

✅ Change Consistency

  • All changes are React Native version bumps and Podfile.lock regenerations
  • No unexpected modifications or scope creep
  • Yarn.lock properly updated for dependency resolution

✅ No Issues Identified

  • No breaking changes introduced
  • No type errors expected (same API surface)
  • Dependency versions are consistent and compatible
  • Verification steps in PR description are comprehensive

Recommendation: ✅ Approve - This is a clean, well-executed React Native upgrade with proper version alignment across all packages.

@tolgahan-arikan tolgahan-arikan merged commit 34472b0 into master Jun 3, 2026
7 checks passed
@tolgahan-arikan tolgahan-arikan deleted the react-native-0.85.3 branch June 3, 2026 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants