Skip to content

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

Release 4.5.0

19 Jan 03:04
969db68
Compare
Choose a tag to compare

4.5.0 (2023-01-19)

Bug Fixes

  • test: _NativeSafeAreaContext.default.getConstants is not a function (#335) (d424f12), closes #290 #255

Release 4.4.1

28 Sep 12:33
8f93c44
Compare
Choose a tag to compare

4.4.1 (2022-09-28)

Bug Fixes

  • don't set codegen configs for older rn cli versions (c4a3ad1)

Release 4.4.0

28 Sep 04:39
1920588
Compare
Choose a tag to compare

4.4.0 (2022-09-28)

Features

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.