Skip to content

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

Release 4.7.0

10 Jul 23:25
55d384d

Choose a tag to compare

4.7.0 (2023-07-10)

Bug Fixes

  • use install_modules_dependencies to make fabric build more reliable (664c518)
  • use RCT_NEW_ARCH_ENABLED in RNCSafeAreaContext module (720cbc9)
  • Fixes for tvOS (#412)

Release 4.6.4

04 Jul 15:19
c70c8c5

Choose a tag to compare

4.6.4 (2023-07-04)

  • Update safe area frame when keyboard shows/hides (#407)

Release 4.6.3

21 Jun 22:04
8c1d811

Choose a tag to compare

4.6.3 (2023-06-21)

Bug Fixes

  • make edge types readonly (def6c1f)

Release 4.6.2

21 Jun 13:58
2243c3e

Choose a tag to compare

4.6.2 (2023-06-21)

  • Cast View to the NativeSafeAreaViewInstance for .macos and .windows to get the correct type definitions (#404)

Release 4.6.1

21 Jun 13:56
016b962

Choose a tag to compare

4.6.1 (2023-06-21)

Bug Fixes

  • Fix type declaration path in package.json (#400) (ce5e856)

Release 4.6.0

21 Jun 00:08
b8b1e8e

Choose a tag to compare

4.6.0 (2023-06-20)

Features

  • maximum padding (#394)
  • set namespace in build.gradle (#399)

Bug Fixes

  • allow providing insets in hook mocks (f1d9e52)

Release 4.5.3

16 May 15:26
7b27187

Choose a tag to compare

4.5.3 (2023-05-16)

Release 4.5.2

29 Apr 15:34
3f9a80b

Choose a tag to compare

4.5.2 (2023-04-29)

Bug Fixes

Allow web's SafeAreaView to forward ref to its underlying view #383

Release 4.5.1

08 Apr 16:18
a34e698

Choose a tag to compare

4.5.1 (2023-04-08)

Bug Fixes

Release 4.5.0

19 Jan 03:04
969db68

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