Open
Description
I'm somewhat new to the React Native ecosystem and found the template, so I wanted to try it out. After doing a dev build and using my physical device (Android 14), the app looks like this:

There's some things that I'm wondering here:
- Is it possible to have edge to edge behavior? What I mean is having the tab bar expand to the bottom and not see a different color on the navigation bar and the same for the status bar, it should take the background color of the app.
- It seems the template uses the wrong style for the SystemBars component from react-native-edge-to-edge? From what I understand, we should use 'dark' when the underlying content is light, and viceversa, which is not the current behavior and that's why you see black letters when on dark mode. Using 'auto' as style works as intended and using the inverse result from useColorScheme also works.
Overall it seems like a great template, but this behavior takes away the modern 'native feel' for me.
Thank you for your work and hope to hear an answer soon!
Metadata
Metadata
Assignees
Labels
No labels