react-native-macos/React
Ken Tominaga 9b059b6709 Remove iOS 11 availability check (#32488)
Summary:
This pull request aims to remove iOS 11 availability check which is no longer needed.

The minimum iOS deployment target for React Native is iOS 11 but we still have iOS 11 version check like below.

```
if (available(iOS 11.0, *)) {
```

This is a continuation pull request of https://github.com/facebook/react-native/pull/32151

## 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] [Changed] - Remove iOS 11 availability check

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

Reviewed By: yungsters

Differential Revision: D32006312

Pulled By: ryancat

fbshipit-source-id: 0ee6579e433a15d3d220a52d2ccd6931b0513971
2021-11-03 09:06:06 -07:00
..
AccessibilityResources/en.lproj VoiceOver reads Tab elements as "Tab Description" (#30689) 2021-01-15 11:09:01 -08:00
Base use new instead of alloc init 2021-10-20 22:18:38 -07:00
CoreModules Move codegen output out of node_modules 2021-10-25 20:48:24 -07:00
CxxBridge Setup a new macro to gate the core packager functionality 2021-09-13 12:09:12 -07:00
CxxModule Fix crash in RCTCoreModulesClassProvider during quit 2021-04-28 13:29:06 -07:00
CxxUtils Clang format for all React Native files 2020-03-08 23:01:17 -07:00
DevSupport Propose to connect metro server programmatically (#31828) 2021-09-22 10:40:06 -07:00
FBReactNativeSpec Move codegen output out of node_modules 2021-10-25 20:48:24 -07:00
Fabric Remove iOS 11 availability check (#32488) 2021-11-03 09:06:06 -07:00
Inspector Clang format for all React Native files 2020-03-08 23:01:17 -07:00
Modules Fix Deadlock in RCTi18nUtil (iOS) (#31032) 2021-08-06 02:44:50 -07:00
Profiler fix typos in comments (#32061) 2021-08-24 07:21:56 -07:00
Tests use new instead of alloc init 2021-10-20 22:18:38 -07:00
UIUtils A couple of checks for corner cases in RCTGetDimensions and RCTExportedDimensions 2020-10-01 13:19:52 -07:00
Views Remove iOS 11 availability check (#32488) 2021-11-03 09:06:06 -07:00
React-RCTFabric.podspec Move codegen output out of node_modules 2021-10-25 20:48:24 -07:00
third-party.xcconfig Upgrade folly to 2021.06.28.00 and boost to 1.76.0 (#31840) 2021-07-16 15:13:12 -07:00