Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
xgenem opened this issue Nov 24, 2023 · 1 comment
Open

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

xgenem opened this issue Nov 24, 2023 · 1 comment

Comments

@xgenem
Copy link

xgenem commented Nov 24, 2023

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>
@xgenem
Copy link
Author

xgenem commented Nov 24, 2023

@hoaphantn7604 I hope you can help on this matter fast. Quite troublesome. I tried many different implementations of the stack, all the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant