Skip to content

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

v3.3.0

06 Aug 02:19
Compare
Choose a tag to compare

v3.2.0

07 Mar 20:28
Compare
Choose a tag to compare

Minor bugfixes and improvements

  • set displayName in contexts (#166)
  • Update Android Tools gradle version (#173)
  • Fix for when not using autolinking (#169)
  • Fix crash on ios10 (#180)
  • If view extends beyond window boundaries, do not add that difference to the insets (#177)
  • Fix crash if content view is null on Android (81d40a8)

v3.1.9

07 Mar 19:53
Compare
Choose a tag to compare
  • [Infrastructure] Reduce npm package size (#157)

v3.1.8

17 Sep 15:47
Compare
Choose a tag to compare
  • fix: autolinking when using Xcode 12 (#147)

v3.1.7

24 Aug 16:40
Compare
Choose a tag to compare
  • Fix compatibility with RN < 0.61 (#139)

v3.1.6

19 Aug 19:31
Compare
Choose a tag to compare
  • Fix bottom safe area with hideable navbar on android (8d28da5)

v3.1.5

19 Aug 17:52
Compare
Choose a tag to compare
  • Fix ANR issues with SafeAreaView on Android (9520d8f)

v3.1.4

19 Aug 17:51
Compare
Choose a tag to compare
  • Fix typescript syntax error in old babel versions (ee9c8f0)

v3.1.3

06 Aug 18:09
Compare
Choose a tag to compare
  • Fix SafeAreaView on windows and macos (aca0b49)

v3.1.2

06 Aug 17:59
Compare
Choose a tag to compare
  • Fix pointerEvents props on Android (#130)