react-native/React/Views/SafeAreaView
Vladimir Timofeev 3949e937cc Make SafeAreaView to work on iOS < 11 (#18534)
Summary:
Currently `SafeAreaView` works only on iOS 11, because implemented in terms of native safeArea API, that not exists in older iOS versions. But this make it hard to use the component in real applications, because content will be under top bars on older versions of iOS and no reliable way to workaround this in js. More motivation in #17638

This changeset emulate safe area in terms of `UIViewController` layout guides API if safeArea not available.

Fixes #17638, #18255

I run RNTester with these simulators: iPhone6 (9.3), iPhone6 (10.0), iPhone6 (11.2), iPhoneX (11.2)
- Start RNTester application
- Look on top header, it should not overlap status bar
- Go to the `<SafeAreaView>` example, open modal
- Modal area should not overlap status bar

<img src="http://vovkasm.skitch.vovkasm.org/iPhone6_10_20662C5B.png" width="40%"> <img src="http://vovkasm.skitch.vovkasm.org/iPhone6_11_20662CC8.png" width="40%">

<img src="http://vovkasm.skitch.vovkasm.org/iPhone6_10_pr_20662DE6.png" width="40%"> <img src="http://vovkasm.skitch.vovkasm.org/iPhone6_11_pr_20662DA8.png" width="40%">

[IOS] [BUGFIX] [SafeAreaView] - Make SafeAreaView to work on iOS < 11
Pull Request resolved: https://github.com/facebook/react-native/pull/18534

Reviewed By: PeteTheHeat, shergin

Differential Revision: D9166052

Pulled By: hramos

fbshipit-source-id: c086e1ae4af13110a7453b770ca75b6e0d5321ea
2018-08-23 12:02:35 -07:00
..
RCTSafeAreaShadowView.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTSafeAreaShadowView.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTSafeAreaView.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTSafeAreaView.m Make SafeAreaView to work on iOS < 11 (#18534) 2018-08-23 12:02:35 -07:00
RCTSafeAreaViewLocalData.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTSafeAreaViewLocalData.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTSafeAreaViewManager.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTSafeAreaViewManager.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00