react-native-macos/React
zhongwuzw 2dd7dd8e45 Removed autoresizing mask for modal host container view (#25150)
Summary:
Fixes #18177 . Related #24497. Autoresizing mask would conflict with `AutoLayout`. For example , it would impact `SafeAreaView`. And actually we don't need to use autoresizing mask,  we observe the bounds change notification and [update the frame manually](1151c096da/React/Views/RCTModalHostView.m (L59)).

## Changelog

[iOS] [Fixed] - Removed autoresizing mask for modal host container view
Pull Request resolved: https://github.com/facebook/react-native/pull/25150

Differential Revision: D15645148

Pulled By: cpojer

fbshipit-source-id: 95d5f40feaa980b959a3de6e273dccac8158c57b
2019-06-05 05:02:52 -07:00
..
Base Fix Xcode 11 build (#25146) 2019-06-04 12:59:34 -07:00
CxxBridge TM iOS: Added backward-compatible ObjC invalidation logic 2019-05-15 17:36:05 -07:00
CxxModule Silence Xcode warning (#23880) 2019-03-12 22:08:21 -07:00
CxxUtils Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
DevSupport Ensure that iOS uses RCT_METRO_PORT instead of hardcoded 8081 when appropriate (#25144) 2019-06-04 13:29:49 -07:00
Fabric Fabric: Implementaion of RCTScrollableProtocol for RCTScrollViewComponentView 2019-05-24 19:16:32 -07:00
Inspector Don't reconnect inspector if connection refused (#22625) 2019-02-21 12:52:39 -08:00
Modules name background tasks 2019-06-03 10:59:02 -07:00
Profiler Fix incorrect unhooking for UI manager views in RCTProfileUnhookModules (#25042) 2019-05-31 12:47:29 -07:00
React.xcodeproj Ensure that iOS uses RCT_METRO_PORT instead of hardcoded 8081 when appropriate (#25144) 2019-06-04 13:29:49 -07:00
UIUtils Calculate Correct Window Dimensions for iOS (#19932) 2019-04-10 14:25:14 -07:00
Views Removed autoresizing mask for modal host container view (#25150) 2019-06-05 05:02:52 -07:00
React-Core.podspec Move iOS WebView files to FB internal 2019-04-04 15:46:00 -07:00
React-DevSupport.podspec Split React.podspec into separate podspecs for each Xcode project (#23559) 2019-02-21 18:35:44 -08:00
React-RCTFabric.podspec Fabric: working podspecs & works in RNTester (#23803) 2019-03-15 23:59:22 -07:00
third-party.xcconfig Upgrade folly to v2018.10.22.00 for iOS (#21976) 2018-10-29 12:13:11 -07:00