Closed dsgoers closed 5 years ago
@dsgoers I will take a look at this over the weekend
Same issue. How to resolve this issue?
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!
Having exactly the same issue. Thanks for updating us @plmok61
from code here https://github.com/fram-x/FluidTransitions/blob/develop/lib/Transitions/getScaleTransitions.js
I set startScale to 0.005 fix this problem
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.
@dsgoers @csgonutty @birdgg @jekingohel The update has been pushed up. Please let me know if this resolve the issue.
Looks great, thanks!
Hello! Thanks for creating this library. I'm using
zoomIn(1000)
as mytransitionConfig
and when I callNavigationActions.back()
the previous screen "flashes" during the transition. Please see attached files and let me know if you need more info.