-
Hi. And what do I need to do to integrate it with React Native Actions Sheet? Right now it just draws above the navigation bar, no matter what I do. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi. It updates your app android theme parent, for one with edge-to-edge support.
By default, Android 15 enforces a transparent gesture navigation bar, or a semi-opaque light / dark buttons navigation bar (link). |
Beta Was this translation helpful? Give feedback.
@GGORG0 You can refers to the new "Pick a parent theme" section of the documentation.
Because Expo does not correctly implement dark mode. I pinged them, they fixed it, it should be available soon. Until then, pick
.Light
variants of the themes (you still can implement a dark mode in your app, it's just that the system UI will stay light - like currently in Expo, but not in bare React native).