You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build tools: CRNA (but also encountered the bug in normal react native project)
Steps to Reproduce
Run the attached sample below on iOS.
Refresh until bug occurs (~ usually < 10 refreshes)
Expected Behavior
List always renders all items correctly and scrolls to a list item around #80
Actual Behavior
List sometimes renders a blank screen and the list is broken. Scrolling will return to the first 10 list items, but the list will no longer render the other 990 items until another refresh.
The text was updated successfully, but these errors were encountered:
peterjuras
changed the title
[iOS][SectionList/FlatList]
[iOS][SectionList/FlatList] List sometimes broken when scrollTo invoked upon componentDidMount
Aug 14, 2017
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
react-native -v
: 0.46.1node -v
: 8.1.4npm -v
: 5.3.0yarn --version
: 0.27.5Then, specify:
Steps to Reproduce
Expected Behavior
List always renders all items correctly and scrolls to a list item around #80
Actual Behavior
List sometimes renders a blank screen and the list is broken. Scrolling will return to the first 10 list items, but the list will no longer render the other 990 items until another refresh.
You can check out this gif to see the bug in action.
Reproducible Demo
Please check out this CRNA sample to reproduce the bug:
https://github.com/peterjuras/rn-list-scrollTo-bug
The text was updated successfully, but these errors were encountered: