Skip to content

feat: adopt SceneDelegate#246

Open
artus9033 wants to merge 1 commit into
react-native-community:mainfrom
artus9033:feat/scene-delegate
Open

feat: adopt SceneDelegate#246
artus9033 wants to merge 1 commit into
react-native-community:mainfrom
artus9033:feat/scene-delegate

Conversation

@artus9033

@artus9033 artus9033 commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Summary:

This PR migrates to SceneDelegate to make React Native apps bootstrapped with the Community Template and built with Xcode 27+ run on iOS 27+. It is based on instructions from react/react-native-website#5176 (with exception of devMenuConfiguration in SceneDelegate.swift, which is added in the template).

This PR should be released after the following PR to React Native is released: react/react-native#53744

Changelog:

[IOS] Adopt UIScene lifecycle (migrate to SceneDelegate)

Test Plan:

CI green, working locally.

@samuel59333

Copy link
Copy Markdown

Good

@cortinico

Copy link
Copy Markdown
Member

This is quite invasive change to the template. Can it wait till beginning of September? cc @cipolleschi

@cipolleschi

cipolleschi commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

that's tricky. This needs to land after we land react/react-native#53744. This PR is technically additive and not breaking.

However, Apple will start rejecting apps that are not using the SceneDelegate at some point and app built with Xcode27 (that's going to exit beta in September) will crash at startup.
So the sooner we merge this, the better. However, we can't merge this before we merge the React Native one.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants