Skip to content

[Android] Edge to Edge missbehavior? #448

Open
@diegoarff

Description

@diegoarff

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions