Skip to content

v3.0.0

Compare
Choose a tag to compare
@janicduplessis janicduplessis released this 30 May 23:31

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)