A framework for building native applications using React
fix: make React Native work without AppDelegate window property (#49748)
Summary: This PR makes React Native not relying on the `window` property in AppDelegate. When running in SwiftUI lifecycle mode / SceneDelegate mode there is window property on AppDelegate. This PR fixes crashes that happen because RN asserts window property is there. ## Changelog: [IOS] [FIXED] - make React Native work without AppDelegate window property Pull Request resolved: https://github.com/facebook/react-native/pull/49748 Test Plan: CI Green Reviewed By: javache Differential Revision: D70389691 Pulled By: cipolleschi fbshipit-source-id: fe39f123b47014ba91a080239ccd298192c92a6a
O
Oskar Kwaśniewski committed
ae7bbe06c9a4e47e1aa6cfa5cca7f6aa5a8ff83b
Parent: 7ccb1e1
Committed by Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
on 3/3/2025, 11:47:46 AM