-
Notifications
You must be signed in to change notification settings - Fork 87
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
a little problem with columnWrapperStyle #15
Comments
Thanks for pointing out, already fixed @3.1.5. |
i think the flatlist component is not good for a production . it is more quick than ListView ,but it will more cpu,always let my app can not response touch event . |
You can use the stable version @3.0.2. Thx~ |
<UltimateListView
"react": "16.0.0-alpha.12", the onFetch method i had checked ,no error . the backend return the right data. but the UltimateListView just show loading... forever . when i set legacyImplementation={false} ,the same. |
most time . [email protected] is working perfect with legacyImplementation={true}. |
facebook/react-native#12884 |
https://github.com/gameboyVito/react-native-ultimate-listview/blob/master/src/ultimateListView.js#L473
maybe there must be this.props.columnWrapperStyle.
your lib help me mush. thank you
The text was updated successfully, but these errors were encountered: