-
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
List of items initially not rendering (iOS) #173
Comments
Only workaround I've found is to scroll the container programatically on a timeout from componentDidMount (timeout can be 0, forces a render cycle after mounting). Edit: this doesn't actually always work, issue is still occurring but less frequently. No-one else with this issue? May have to drop this component if no resolution. |
I have this issue as well. |
No movement on this? Makes the component unusable. |
Solution is to add https://stackoverflow.com/questions/44022857/listview-not-displayed-unless-i-scroll-on-it |
Since upgrading to RN 0.59.10, I'm finding quite often the list of items do not initially show at all, though space for them is taken up, but manually scrolling the container seems to make them suddenly appear. Anyone else with this issue and is there a workaround? Using version 0.2.9.
Problem on iOS only.
The text was updated successfully, but these errors were encountered: