-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
App crash with error "index=4 count=3" using LayoutAnimation.easeInEaseOut() on Android #17118
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions. |
Hey ! |
Thanks for posting this! It looks like you may not be using the latest version of React Native, v0.53.0, released on January 2018. Can you make sure this issue can still be reproduced in the latest version? I am going to close this, but please feel free to open a new issue if you are able to confirm that this is still a problem in v0.53.0 or newer. |
@react-native-bot hello I am still face this exception com.facebook.react.uimanager.IllegalViewOperationException: ViewManager for tag 10 could not be found did this also solved in v0.53.0 |
I am having the same issue. |
1 similar comment
I am having the same issue. |
I have the same issue as well w/ v0.53.0 |
Same. with RN 0.55.2 |
Same issue here. Real bummer that I have to disable most uses of LayoutAnimation for android |
Android crashes on Flatlist with LayoutAnimation. Please note this in the docs as warning until this index handling is fixed |
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
This bug has been there for several months and is still there with react-native@0.51.0.
Environment:
OS: Windows 10
Node: 8.9.1
Yarn: 1.3.2
npm: 5.6.0
Watchman: Not Found
Xcode: N/A
Android Studio: Version 3.0.0.0 AI-171.4443003
Packages: (wanted => installed)
react: ^16.2.0 => 16.2.0
react-native: 0.51.0 => 0.51.0
Steps to Reproduce
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.
Expected Behavior
No app crash.
Actual Behavior
Component are not correctly rendered after first click (some are missing).
App crash after second click.:
Reproducible Demo
Cf Steps to Reproduce
The text was updated successfully, but these errors were encountered: