Skip to content

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

Release 5.9.1

Choose a tag to compare

@janicduplessis janicduplessis released this 18 Aug 10:27

5.9.1 (2026-08-18)

Bug Fixes

  • register src/paper/java as a Java source set on old architecture (#755) (780f599), closes #733 #754

Release 5.9.0

Choose a tag to compare

@janicduplessis janicduplessis released this 12 Aug 15:49
f65d4d9

5.9.0 (2026-08-12)

Bug Fixes

  • avoid NotFoundError when the measurement element is already detached (#746) (76dfb06)
  • make nested SafeAreaProvider report its own frame and insets on web (#737) (2fa707d)
  • update insets and frame on window resize on web (#736) (1fe7ec5)

Features

Release 5.8.1

Choose a tag to compare

@janicduplessis janicduplessis released this 03 Aug 19:17
b3cfc57

5.8.1 (2026-08-03)

Bug Fixes

  • Move jest/mock into package build (fix TS under RN 0.87) (#745) (b9e2857)
  • skip Fabric SafeAreaView state updates while detached from window (#735) (ae0e83f)

Features

  • upgrade to react-native 0.85.0 with RNTA 5.3.2 (#732) (4d00f52)

Release 5.8.0

Choose a tag to compare

@janicduplessis janicduplessis released this 18 May 21:44
5a9ad5e

5.8.0 (2026-05-18)

Changes

  • remove UIImplementation usage from SafeAreaView (#730) (ef89f4d)

Release 5.7.0

Choose a tag to compare

@MeliValesca MeliValesca released this 24 Feb 20:52

5.7.0 (2026-02-24)

Bug Fixes

  • make SafeAreaView respect edges param on web (#685) (db1bdcb)

Features

Release 5.6.2

Choose a tag to compare

@janicduplessis janicduplessis released this 28 Oct 19:12
8b2267a

5.6.2 (2025-10-28)

Bug Fixes

  • Add missing event dispatcher for tvOS and macOS in legacy arch (#670) (393fcc8)

Release 5.6.1

Choose a tag to compare

@janicduplessis janicduplessis released this 19 Aug 15:57
f500270

5.6.1 (2025-08-19)

Bug Fixes

  • RNCSafeAreaProvider compilation on RN 0.74 (#657) (ee466e2)

Release 5.6.0

Choose a tag to compare

@janicduplessis janicduplessis released this 07 Aug 16:23
f1059dd

5.6.0 (2025-08-07)

Features

  • Support RN 0.81: set compile options using target_compile_reactnative_options (#653) (c505e73)

Release 5.5.2

Choose a tag to compare

@janicduplessis janicduplessis released this 10 Jul 14:41
864a7e1

5.5.2 (2025-07-10)

  • [RN 0.81] Do not set the ShadowNodeTraits::Trait::DirtyYogaNode (#646)

Release 5.5.1

Choose a tag to compare

@janicduplessis janicduplessis released this 01 Jul 14:52
bd89e1c

5.5.1 (2025-07-01)

  • fix building Fabric on macOS (#642)