react-native-date-picker icon indicating copy to clipboard operation
react-native-date-picker copied to clipboard

Fix date picker in XCFramework

Open ku8ar opened this issue 5 months ago • 0 comments

This PR replaces direct access to UIApplication.sharedApplication.delegate.window.rootViewController with RCTKeyWindow().rootViewController.

This change was made to ensure compatibility with modern iOS app architectures (e.g., multi-scene support introduced in iOS 13) and to fix issues when building the module as an xcframework — such as when integrating with Callstack's Enterprise Framework or other brownfield setups.

ku8ar avatar Jul 04 '25 11:07 ku8ar