jsdf / react-native-refreshable-listview

Deprecated. A pull-to-refresh ListView which shows a loading spinner while your data reloads
1.38k stars 168 forks source link

PullToRefreshViewAndroid is deprecated since react-native 0.22.2 #51

Open rkostrab opened 8 years ago

rkostrab commented 8 years ago

Use RefreshControl.

Just rewrite import and tag names - few seconds fix.

xelent commented 8 years ago

Fix please :)

rkostrab commented 8 years ago

@xelent meanwhile I've switched to react native ListView and RefreshControl and everything is fine. I recommend the same to you.

xu6148152 commented 8 years ago

RefreshControl can run in different platform for uniform api.