react-native-safe-area-view
Version:
Add padding to your views to account for notches, home indicators, status bar, and possibly other future things.
16 lines (9 loc) • 646 B
Markdown
this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
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.
All notable changes to