remobile / react-native-refresh-infinite-listview

a pure js pull-down-refresh and pull-up-loadmore react-native listview
MIT License
148 stars 34 forks source link

支持Android吗 #1

Closed changfuguo closed 8 years ago

changfuguo commented 8 years ago

支持Android吗

fov42550564 commented 8 years ago

这是纯js编写得,支持ios和android

timzaak commented 8 years ago

good job, 谢谢两位!另外,能问下现在在用它做什么app吗?

timzaak commented 8 years ago

测试了一下,不支持 android。。 onResponderGrant onResponderRelease 两个方法无反应

fov42550564 commented 8 years ago

最近有点忙,有时间我测试一下

timzaak commented 8 years ago

嗯,这个是ListView 组件在android上不支持这两个回调,只能等rn-0.16 发版后的用RefreshLayoutAndroid组件,或@changfuguo 的一个解决方案来做。

jackhutu commented 8 years ago

确实是不支持android, 现在已经rn-0.17了. @timzaak 是什么解救方案?