All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
SafeAreaContext
was renamed toSafeAreaInsetsContext
, corresponding toreact-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
- Support for
react-native-safe-area-context
1.0
- Support for [email protected] (#110)
First release that handles safe area insets properly on iOS and Android!
getInset
has been removed. Use thereact-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 thereact-native-safe-area-context
APIs directly instead.