-
Notifications
You must be signed in to change notification settings - Fork 235
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
Reorder with animation #143
Comments
@obetomuniz did you manage to make it work? I need the same functionality... thanks :) |
Hey @ilonashub. Sadly I did not. I used this library to solve my problem |
I think use can config |
@obetomuniz thanks! that's the library I am trying to use as well, just having some flickering issues there. @nihgwu we use |
@ilonashub for Android you need add this line |
@nihgwu thanks! I know - we have this line and we use LayoutAnimation in Android in many places - but specifically the swapping that works for lists with LayoutAnimation works on iOS and not Android |
|
@nihgwu now that I think about it.. maybe the order of renders is different between Android and iOS - and what you're saying might be the problem. I'll check that direction. thanks! |
Is it possible add animation when I update order property value?
I want to aniamate from
[0,1,2]
to[2,0,1]
.The text was updated successfully, but these errors were encountered: