hzl123456 / react-native-rk-pull-to-refresh

a pull to refresh component for react-native, same api on both android and ios
98 stars 15 forks source link

安卓没有执行onPushingState的回调,但是能正常触发网络请求 #13

Closed Mr-nan closed 5 years ago

hzl123456 commented 5 years ago

1.2.5版本已修改,demo也同步修改

xusirfm commented 5 years ago

还有就是 android 上不能执行 startRefresh()

hzl123456 commented 5 years ago

1.2.6版本已修复

hzl123456 commented 5 years ago

如果不起效果的话,,,第一次调用可以延迟调用(之后就没关系了),,,类似 setTimeout(() => this.refresh && this.refresh.startRefresh(), 100)