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

feat: optimize RCTKeyWindow() for iOS 15+

Open okwasniewski opened this issue 2 years ago • 0 comments

Summary:

This PR further optimizes RCTKeyWindow() for iOS 15+ removing the need for additional loop

Changelog:

[IOS] [ADDED] - optimize RCTKeyWindow() for iOS 15+

Test Plan:

Launch RNTester, check if proper keyWindow is returned for iOS 15+

okwasniewski avatar Feb 16 '24 12:02 okwasniewski