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

FluidNavigator has a transparent background #199

Open
PierreCapo opened this issue Jun 11, 2019 · 3 comments
Open

FluidNavigator has a transparent background #199

PierreCapo opened this issue Jun 11, 2019 · 3 comments

Comments

@PierreCapo
Copy link

Hello !

When I use createFluidNavigator as root of my App navigators, I got a transparent background in every page. Hence, I'm seeing my splashscreen as background image.

On the other hand, if I use createStackNavigator, I got a white background in every page.

Is it something intended to make the transitions ? Or is it something that should be fixed to make createFluidNavigator with createStackNavigator ?

If you agree that should be fixed I'm fine making a first contribution to fix it :)

@alikazemkhanloo
Copy link

when I'm navigating, sometimes I see my splash screen over my current screen. If it had a white screen it, I would see only my splash screen, I guess.

@canyara
Copy link

canyara commented Aug 9, 2019

If you use createStackNavigator, use
cardStyle: { backgroundColor: "transparent", opacity: 1 }, transparentCard: true
you can get a transparent background, but not work in createFluidNavigator.

@hanyufoodles
Copy link

Is it possible to let the previous screen stay on the background on navigate to a modal screen like StackNavigator does with transparent card?

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

4 participants