fram-x / FluidTransitions

Fluid Transitions for React Navigation
MIT License
2.93k stars 194 forks source link

Background changes to white if Transition is added #195

Open chrisid opened 5 years ago

chrisid commented 5 years ago

Just added a to my HomeScreen and it makes the whole screen load with a white background.

Any idea what's wrong? Code:

` ... all other elements

<Transition disappear='bottom'>
    <View style={ScreenStyles.homeShare}>
        <ButtonShare transparent={true} onPress={this.onShare} />
    </View>
</Transition>

`

Screengrab: https://www.dropbox.com/s/lazqbuisg2sj66i/transition.mov?dl=0

vladbash commented 5 years ago

I have the same issue

hsjoberg commented 5 years ago

Same issue here. Did you find any solution?

chrisid commented 5 years ago

Same issue here. Did you find any solution?

I couldn't find any solution. I went on another route and did not use it.