Skip to content

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

Release 4.3.4

19 Sep 23:27
fa24e47
Compare
Choose a tag to compare

4.3.4 (2022-09-19)

Bug Fixes

  • RCT_NEW_ARCH_ENABLED=0 to disable new arch (#307) (0d74927)

Release 4.3.3

19 Aug 17:15
f27ffe2
Compare
Choose a tag to compare

4.3.3 (2022-08-19)

v4.1.4

14 Mar 20:04
Compare
Choose a tag to compare

What's Changed

  • Fix view props on SafeAreaView (48ba172)

Full Changelog: v4.1.3...v4.1.4

v4.1.3

14 Mar 20:03
Compare
Choose a tag to compare

What's Changed

  • Change the name of NativeSafeAreaProvider.ts to NativeSafeAreaProvider.tsx by @hsjoberg in #252

New Contributors

Full Changelog: v4.1.2...v4.1.3

v4.1.2

01 Mar 21:21
Compare
Choose a tag to compare

This is a summary of changes since v3

Breaking changes

  • Require a minimum version of iOS 11
  • Require a compile version of sdk 30 on Android

Improvements

  • Support for new RN architecture
  • Kotlin rewrite
  • Use getInsets on Android R+

Bug fixes

  • Fix SafeAreaView initial layout on Android
  • Fix margin mode for absolutely positioned elements (#239)

v4.0.1-rc.0

18 Feb 17:47
Compare
Choose a tag to compare
v4.0.1-rc.0 Pre-release
Pre-release

Changes

This version doesn't contain any api changes, but might require a higher react native version to work.

  • Support for react-native new architecture. This library now supports the new Fabric renderer, if the new architecture is enabled it should work without any changes to your code.

v3.4.1

18 Feb 23:47
Compare
Choose a tag to compare
  • Revert "Drop support for ios < 11". This will be done in v4 instead.

v3.4.0

16 Feb 06:13
Compare
Choose a tag to compare
  • Fix app extension build (d5fab0b)
  • Drop support for ios < 11

v3.3.2

01 Sep 17:37
Compare
Choose a tag to compare
  • Fix ReferenceError: React is not defined (#212) in jest mock

v3.3.1

31 Aug 16:05
Compare
Choose a tag to compare
  • Use mavenCentral() since jcenter is shutting down (#211)