moschan / react-native-flip-card

The card component which has a motion of flip for React Native(iOS/Android)
MIT License
387 stars 112 forks source link

Android flip animation issue #30

Open tiaaaa123 opened 7 years ago

tiaaaa123 commented 7 years ago

If you look at this gif , you can see that the animation in contained within the dimension of the parent.

But on iOS there's no problem.

I would say it's a perspective problem, but there are none on my card. Only some friction

anrus commented 7 years ago

+1 Seems, that it is related to https://github.com/facebook/react-native/issues/6802

vingrad commented 7 years ago

+1

pallavisingh1511 commented 6 years ago

Any solution to this yet?

tiaaaa123 commented 6 years ago

I don't have one. For now I'm living with it, but I might just make the animation myself