v3.0.0
Breaking changes
- SafeAreaView insets are now relative to the nearest SafeAreaProvider. This brings the behaviour back to what it was in v1.0
- SafeAreaView prop
emulateUnlessSupported
has been removed.
Improvements
- SafeAreaView has a new
mode
prop to control if insets should be applied as padding or margin. (#85)