react-native-safe-area-view
Advanced tools
Changelog
[2.0.0] - 2020-05-11
SafeAreaContext
was renamed to SafeAreaInsetsContext
, corresponding to react-native-safe-area-context
v1.0.useSafeArea
and SafeAreaConsumer
have been deprecated, but are still available at this time.
See https://github.com/th3rdwave/react-native-safe-area-context/releases/tag/1.0.0
react-native-safe-area-context
1.0Changelog
[1.1.0]
Changelog
[1.0.0]
First release that handles safe area insets properly on iOS and Android!
getInset
has been removed. Use the react-native-safe-area-context
API directly instead.withSafeArea
has been removed. You may want to re-implement this yourself for ease of migration if you used an old version. Once again, use the react-native-safe-area-context
APIs directly instead.