-
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
when Animated running FlatList bug , #17680
Comments
Have the same problem I think. Do you tried to call recordInteractions after the animation finishes? |
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. |
I have the exact same problem with FlatList, even with v0.54.4. Also, all Flatlist in the app will refuse to render more items, not just the one with animation playing. |
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
YES
Environment
OS: macOS Sierra 10.13.1
Node: 6.10.0
Yarn: 0.27.5
npm: 5.3.0
Watchman: 4.7.0
Xcode: Xcode 9.1 Build version 9B55
Android Studio: 2.3 AI-162.4069837
Packages: (wanted => installed)
react-native: 0.52.0 => 0.52.0
react: 16.2.0 => 16.2.0
Target Platform: iOS (11.1)
Steps to Reproduce
run ios
Expected Behavior
the flatList is working.
(Write what you thought would happen.)
Actual Behavior
when Animated is running ,the flatList not working properly. Will not render more items,but the height is change。
When I use network data,the onEndReached not work too.
(Write what happened. Add screenshots!)
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
The text was updated successfully, but these errors were encountered: