Skip to content

chore: align iOS deployment target - #80

Open
huhuanming wants to merge 3 commits into
mainfrom
agent/align-ios-deployment-target
Open

chore: align iOS deployment target#80
huhuanming wants to merge 3 commits into
mainfrom
agent/align-ios-deployment-target

Conversation

@huhuanming

Copy link
Copy Markdown
Contributor

What changed

  • Align the example iOS app and project deployment targets with app-monorepo at iOS 15.5.
  • Refresh Podfile.lock so local workspace pods resolve at the current 3.0.78 package version.
  • Confirm the Android build tools, SDK, NDK, and Kotlin versions already match app-monorepo; no Android source change is required.

Why

The Podfile already required iOS 15.5, while the Xcode project still declared iOS 15.1. Keeping the project settings consistent prevents different effective deployment targets depending on the build entry point.

Impact

The React Native example app now consistently requires iOS 15.5. Android behavior is unchanged.

Validation

  • yarn install --immutable
  • bundle exec pod install
  • Xcode Debug simulator build with Xcode 26.6
  • Installed and launched org.reactjs.native.example.example on iPhone 17 Pro (iOS 26.5)
  • Verified both the main and background Metro bundles load successfully

@huhuanming
huhuanming marked this pull request as ready for review August 3, 2026 03:36
Comment thread example/react-native/ios/Podfile.lock Outdated
@huhuanming
huhuanming requested a review from originalix August 18, 2026 07:39
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.

3 participants