Skip to content

Releases: zoontek/react-native-edge-to-edge

1.1.3

21 Nov 18:13
7b80de6
Compare
Choose a tag to compare
  • Fix SystemBars behavior on web platform (closes #48)

1.1.2

15 Nov 13:57
8c671e6
Compare
Choose a tag to compare
  • Improve navigation bar style switch on color scheme switch (now based on Appearance.addChangeListener)
  • Bump @expo/config-plugins to ^9.0.0

1.1.1

10 Nov 08:49
c8c1e7f
Compare
Choose a tag to compare
  • Fix Expo plugin crash when plugins options are missing (closes #43)

1.1.0

09 Nov 13:03
458c0de
Compare
Choose a tag to compare
  • Add Theme.EdgeToEdge.Material2 / Theme.EdgeToEdge.Material3 parent themes (edge-to-edge versions of Theme.MaterialComponents.DayNight.NoActionBar / Theme.Material3.DayNight.NoActionBar)

1.0.1

24 Oct 08:05
f14c13e
Compare
Choose a tag to compare
  • Allow the Expo androidStatusBar.barStyleconfiguration to override the android:windowLightStatusBar attribute

1.0.0

23 Oct 16:57
a93e6af
Compare
Choose a tag to compare
  • Stable release. The API is not subject to changes anymore.

0.2.1

21 Oct 12:43
320cd9f
Compare
Choose a tag to compare
  • Migrate Turbo Modules specs to their own directory (src/specs)

0.2.0

21 Oct 10:44
3a40e80
Compare
Choose a tag to compare
  • Observe system theme changes (light / dark) to update button navigation bar color
  • Fix button navigation bar color flash at start when dark mode is enabled

0.1.2

15 Oct 15:36
5f2c5c4
Compare
Choose a tag to compare
  • Add Google's timeline to the README around the targetSdkVersion enforcement by @fabiendem in #31
  • Fix react-native-web compatibility (#33)

New Contributors

0.1.1

11 Oct 16:49
67280e4
Compare
Choose a tag to compare
  • Eager init package (7d8dfd9)
  • Remove lifecycle event listener on module invalidation (eac20fe)