-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android] Example app - card turns halfway then flips back #6
Comments
I modified the code:
|
The above code fixed the issue for me. |
This is still an issue, certainly on android I don't know about ios. rotation on 'x' axis works perfectly buy 'y' rotation is getting half way and then flipping back. I have the latest version but it still happens. Update: I meant to say this works for 'y' and not for 'x', my mistake. |
@mikejsdev you can use my fork for this fix |
Hi there :)
The card turns halfway, switches sides (correctly) but then instead of continuing to flip left to right, it flips back right to left.
So you end up in the correct state but the animation isn't a full flip.
It's like going halfway to turning the card over and then it magically changing what's on its front face, and then turning back - it breaks the illusion of a "card" existing and isn't the desired behaviour I think.
React Native 0.57
It works fine on iOS though
The text was updated successfully, but these errors were encountered: