Skip to content

1.3.0

Compare
Choose a tag to compare
@zoontek zoontek released this 09 Jan 14:06
· 16 commits to main since this release
32a206e
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.