Skip to content

Releases: AppAndFlow/react-native-safe-area-context

v3.1.3

06 Aug 18:09

Choose a tag to compare

  • Fix SafeAreaView on windows and macos (aca0b49)

v3.1.2

06 Aug 17:59

Choose a tag to compare

  • Fix pointerEvents props on Android (#130)

v3.1.1

10 Jul 19:57

Choose a tag to compare

  • Fix edge bitmask in web implementation (#119)

v3.1.0

10 Jul 19:49

Choose a tag to compare

v3.0.7

26 Jun 19:16

Choose a tag to compare

  • fix: use default empty style (#111)

v3.0.6

22 Jun 17:02

Choose a tag to compare

  • Added forward Ref to withSafeAreaInsets (#109)

v3.0.5

14 Jun 20:15

Choose a tag to compare

  • Fix insets rerendering if insets did not change (#105)

v3.0.4

13 Jun 20:25

Choose a tag to compare

  • Support style prop on SafeAreaProvider (ba33b31)

v3.0.3

09 Jun 18:25

Choose a tag to compare

  • Fix compat with RN 0.59 on Android (883bc24)

v3.0.0

30 May 23:31

Choose a tag to compare

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)