npm react-native-edge-to-edge 1.3.0

latest releases: 1.7.0, 1.6.2, 1.6.1...
8 months ago
Screenshot

Transparent button navigation bar 🫥

This library adopts Android 15 defaults: a fully transparent status bar, a fully transparent gesture navigation bar, and a semi-opaque button navigation bar. To enforce full transparency in all cases, you can now set the enforceNavigationBarContrast option to false.

👉 Note that by doing so, you will need to manage the navigation bar style (using SystemBars barStyle prop) in the same way you already handle the status bar.

Fix x.Light themes navigation bar color

To align with Android 15 behavior, when using an x.Light theme (introduced in v1.2.0) with enforceNavigationBarContrast kept at true, the navigation bar will remain semi-opaque white, even if your phone is set to dark mode.

Improved documentation 📗

The documentation now includes a Pick a parent theme and a Troubleshooting sections.

Don't miss a new react-native-edge-to-edge release

NewReleases is sending notifications on new releases.