gameboyVito / react-native-ultimate-listview

A high performance FlatList providing customised pull-to-refresh | auto-pagination & infinite-scrolling | gridview layout | swipeable-row.
https://www.npmjs.com/package/react-native-ultimate-listview
MIT License
540 stars 87 forks source link

workaround to fix stuck refresh on android + support prop-types package for React15.5 and above #32

Closed iMokhles closed 6 years ago

iMokhles commented 6 years ago

it maybe not the best solution for the android stuck issue, but it served my needs, and about the prop-types Facebook moved React.PropTypes into this new package since React 15.5

gameboyVito commented 6 years ago

Merged, thanks a lot!