FluidTransitions icon indicating copy to clipboard operation
FluidTransitions copied to clipboard

FluidNavigator has a transparent background

Open PierreCapo opened this issue 5 years ago • 3 comments

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 :)

PierreCapo avatar Jun 11 '19 16:06 PierreCapo

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.

alikazemkhanloo avatar Jun 22 '19 16:06 alikazemkhanloo

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

canyara avatar Aug 09 '19 08:08 canyara

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

hanyufoodles avatar Jan 02 '20 16:01 hanyufoodles