Skip to content

Navigating to stack with curved bottom bar shows white screen #72

@xgenem

Description

@xgenem

The issue happens after authentication and I need to navigate to the stack with curved bottom bar. It only shows white screen (Android).

In iOS, when navigating to the stack curved bottom bar, there is a slight delay and shows the white screen for a couple of seconds before the screen gets rendered.

<Navigation>
  {!token ? (
    <Screen name="AuthStack" />
  ) : (
    <Screen name="MainStack" /> // curved bottom bar
  )}
</Navigation>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions