Skip to content

Changes for Xcode 27 for the example app - #920

Open
ceyhun-o wants to merge 6 commits into
developfrom
maintenance/ios-xcode27
Open

ceyhun-o wants to merge 6 commits into
developfrom
maintenance/ios-xcode27

Conversation

@ceyhun-o

Copy link
Copy Markdown
Contributor

This PR updates the iOS/tvOS example app so that they can work with Xcode 27. Main changes are:

  • podfile lock is aligned React Native 0.87.
  • iOS and tvOS app targets raised to React Native 0.87's 15.1 minimum.
  • Low deployment targets from underlying pods corrected on post-install.
  • Adopted UIScene lifecycle and SceneDelegate adopted for iOS 27 and tvOS 27.
  • Metro bundler's blacklistRE is replaced with blockList, since it got removed and now causes issues.

ceyhun-o and others added 6 commits September 21, 2026 13:52
Refresh the stale CocoaPods snapshot so clean installs resolve the same React Native release as the example app.

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Adopt the required scene lifecycle and raise app and pod deployment targets so the iOS and tvOS examples build and launch with the latest SDKs.

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Use the current resolver option so the example cannot bundle a second React instance from the package root.

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Clarify deployment-target and scene-lifecycle expectations so integrators can choose an appropriate React Native setup.

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@ceyhun-o ceyhun-o added the dependencies Pull requests that update a dependency file label Sep 21, 2026

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant