react-native-macos/React/Views
Ken Tominaga c73e021a4b Remove iOS 11 deprecation warnings around SafeArea (#32851)
Summary:
We don't have to check or emulate the safe area for iOS 11 above. I deleted the unnecessary check for the safe area.

This is a continuation pull request of these iOS 11 availability check.
* [Remove iOS 11 version check by ken0nek · Pull Request https://github.com/facebook/react-native/issues/32151 · facebook/react-native](https://github.com/facebook/react-native/pull/32151)
* [Remove iOS 11 availability check by ken0nek · Pull Request https://github.com/facebook/react-native/issues/32488 · facebook/react-native](https://github.com/facebook/react-native/pull/32488)

-----

- Stop using layout guide (`topLayoutGuide`, `bottomLayoutGuide`)
- Refactor `RCTSafeAreaView`
- Delete `emulateUnlessSupported` property

Docs PR: https://github.com/facebook/react-native-website/pull/2919

## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://github.com/facebook/react-native/wiki/Changelog
-->

[iOS] [Removed] - Remove `emulateUnlessSupported`

Pull Request resolved: https://github.com/facebook/react-native/pull/32851

Reviewed By: philIip, sammy-SC

Differential Revision: D33586023

Pulled By: cortinico

fbshipit-source-id: 75fc1037141f71d9340c7b875a6bf86f9cfd6a02
2022-05-16 09:27:43 -07:00
..
RefreshControl Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
SafeAreaView Remove iOS 11 deprecation warnings around SafeArea (#32851) 2022-05-16 09:27:43 -07:00
ScrollView Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTActivityIndicatorView.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTActivityIndicatorView.m Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTActivityIndicatorViewManager.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTActivityIndicatorViewManager.m Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTAnimationType.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTAutoInsetsProtocol.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTBorderDrawing.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTBorderDrawing.m Adopt UIGraphicsImageRenderer API 2022-04-22 17:02:51 -07:00
RCTBorderStyle.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTComponent.h Add mechanism for iOS native components to expose capturing-only events 2022-04-07 14:07:58 -07:00
RCTComponentData.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTComponentData.m Add mechanism for iOS native components to expose capturing-only events 2022-04-07 14:07:58 -07:00
RCTConvert+CoreLocation.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTConvert+CoreLocation.m Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTConvert+Transform.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTConvert+Transform.m Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTDatePicker.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTDatePicker.m Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTDatePickerManager.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTDatePickerManager.m (Easy) Migrate DatePickerIOS for Bridgeless 2022-03-02 17:42:13 -08:00
RCTFont.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTFont.mm Only find closest font if system font was not found (#32482) 2022-01-28 07:38:39 -08:00
RCTLayout.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTLayout.m Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTMaskedView.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTMaskedView.m Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTMaskedViewManager.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTMaskedViewManager.m Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTModalHostView.h onDismiss to be an RCTDirectEventBlock (#33222) 2022-03-03 18:06:08 -08:00
RCTModalHostView.m Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTModalHostViewController.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTModalHostViewController.m Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTModalHostViewManager.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTModalHostViewManager.m Fix NVC for RCTModalHostView 2022-01-14 16:31:50 -08:00
RCTModalManager.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTModalManager.m Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTPointerEvents.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTProgressViewManager.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTProgressViewManager.m Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTRootShadowView.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTRootShadowView.m Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTSegmentedControl.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTSegmentedControl.m Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTSegmentedControlManager.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTSegmentedControlManager.m Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTShadowView+Internal.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTShadowView+Internal.m Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTShadowView+Layout.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTShadowView+Layout.m Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTShadowView.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTShadowView.m Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTSlider.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTSlider.m Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTSliderManager.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTSliderManager.m Fix NVC for RCTSlider 2022-01-14 16:31:50 -08:00
RCTSwitch.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTSwitch.m Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTSwitchManager.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTSwitchManager.m Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTTextDecorationLineType.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTView.h Fix pointer-events crash in catalyst-ios when running RNTester in legacy mode 2022-04-14 10:40:54 -07:00
RCTView.m test RCTView with c swizzling example 2022-02-11 13:46:02 -08:00
RCTViewManager.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTViewManager.m Add experimental disclaimers to pointer event APIs 2022-04-18 15:47:55 -07:00
RCTViewUtils.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTViewUtils.m Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTWrapperViewController.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTWrapperViewController.m Remove iOS 11 deprecation warnings around SafeArea (#32851) 2022-05-16 09:27:43 -07:00
UIView+Private.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
UIView+React.h Integrated iOS-only `accessibilityLanguage` prop (#33090) 2022-03-07 09:43:30 -08:00
UIView+React.m Integrated iOS-only `accessibilityLanguage` prop (#33090) 2022-03-07 09:43:30 -08:00