plmok61 / react-navigation-transitions

Custom transitions for react-navigation
MIT License
456 stars 43 forks source link

zoomIn() not working correctly with back navigation on Android #14

Closed dsgoers closed 5 years ago

dsgoers commented 5 years ago

Hello! Thanks for creating this library. I'm using zoomIn(1000) as my transitionConfig and when I call NavigationActions.back() the previous screen "flashes" during the transition. Please see attached files and let me know if you need more info. untitled

plmok61 commented 5 years ago

@dsgoers I will take a look at this over the weekend

jekingohel commented 5 years ago

Same issue. How to resolve this issue?

plmok61 commented 5 years ago

Just wanted to give you an update. I am working on getting an Android test device. The Android simulator doesn't like running on my Mac. Sorry for the delay!

csgonutty commented 5 years ago

Having exactly the same issue. Thanks for updating us @plmok61

birdgg commented 5 years ago

from code here https://github.com/fram-x/FluidTransitions/blob/develop/lib/Transitions/getScaleTransitions.js

I set startScale to 0.005 fix this problem

plmok61 commented 5 years ago

I will make this update tonight after work and test it out on iOS. If it looks good, I will push the change up and somebody with an Android can confirm that it fixes the back button issue.

plmok61 commented 5 years ago

@dsgoers @csgonutty @birdgg @jekingohel The update has been pushed up. Please let me know if this resolve the issue.

dsgoers commented 5 years ago

Looks great, thanks!