-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Error "index=4 count=3" with LayoutAnimation.easeInEaseOut() on Android #17113
Comments
@facebook-github-bot no-template |
Hey @Jay1337, thanks for posting this! It looks like your issue is missing some required information. Can you please add all the details specified in the Issue Template? This is necessary for people to be able to understand and reproduce your issue. I am going to close this, but please feel free to open a new issue with the additional information provided. Thanks! |
Same issue here. Test the template below. Trying to toggle some views using a button.
Using: "react": "16.2.0", |
I'm facing the same problem. |
On Android, updating a specific (but very simple) component tree after calling
LayoutAnimation.easeInEaseOut()
leads to an error :Here is a repro : https://snack.expo.io/H1H0AbDZM
Just click 2 times on the top text component to see the app crash.
This bug has been there for several months and is still there with
react-native@0.51.0
.Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: