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

customRefreshView func can't get callback params? #9

Closed wuyunqiang closed 7 years ago

wuyunqiang commented 7 years ago

I write the customRefreshView and can't get callback params(this.state.refresStatus, this._offsetY)

name of params is wrong.

should be this.state.refreshStatus, this.offsetY...

is ok

gameboyVito commented 7 years ago

@wuyunqiang Hi, I have updated the source, please check out the latest version@3.1.0

wuyunqiang commented 7 years ago

OK, this lib is very good.