Releases: zoontek/react-native-edge-to-edge
Releases · zoontek/react-native-edge-to-edge
1.1.0
- 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
- Allow the Expo
androidStatusBar.barStyle
configuration to override the android:windowLightStatusBar
attribute
1.0.0
- Stable release. The API is not subject to changes anymore.
0.2.1
- Migrate Turbo Modules specs to their own directory (
src/specs
)
0.2.0
- 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
- 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
- Eager init package (7d8dfd9)
- Remove lifecycle event listener on module invalidation (eac20fe)