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

Android Support #23

Open ghost opened 9 years ago

ghost commented 9 years ago

Are there any plans to add android support?

icefoggy commented 9 years ago

+1 As ReactNative for Android has been released...

ajdevy commented 9 years ago

+1 , struggling on the project

kinhunt commented 8 years ago

+1

buhe commented 8 years ago

+1 ..

han4wluc commented 8 years ago

+1

jsdf commented 8 years ago

Yes, there are plans. I don't know when I'll have time to implement it, however.

bnolan commented 8 years ago

What ios components does this use?

bnolan commented 8 years ago

Looks like it just uses ActivityIndicatorIOS. Should be an easy fix?

buhe commented 8 years ago

android not support pull listview..

PhilippKrone commented 8 years ago

@jsdf Android support would be highly appreciated - can I support in any way here?

southerneer commented 8 years ago

+1

maraujop commented 8 years ago

It's my understanding that for getting Android support we should simply fix this api inconsistency https://github.com/facebook/react-native/issues/3725

misakuo commented 8 years ago

+1

PhilippKrone commented 8 years ago

@maraujop Indeed yeah. Either implement the API as mentioned in https://github.com/facebook/react-native/issues/3725 or wait until SwipeRefreshLayout is open sourced and use it in react-native-refreshable-listview.

sonnylazuardi commented 8 years ago

+1

richarddewit commented 8 years ago

+1

changfuguo commented 8 years ago

hi ,here i made a demo , but it just like pulldown, but i think if we just complete the work by js,, it is a way to realize it , the article is here react-native-pulldown-listview

augnustin commented 8 years ago

+1 of course

richarddewit commented 8 years ago

In RN v0.16.0, PullToRefreshLayoutAndroid is implemented. (Example)

Would be nice to put it in here.

niftylettuce commented 8 years ago

:+1: Yeah definitely!

pnpnpn commented 8 years ago

+1

kaminskypavel commented 8 years ago

any plans to integrate with https://facebook.github.io/react-native/docs/pulltorefreshviewandroid.html#content ?

jsdf commented 8 years ago

@kaminskypavel would be good to make use of. Don't have much time to explore it at the moment.

maraujop commented 8 years ago

I've just submitted a PR adding support for Android

kaminskypavel commented 8 years ago

gotta love the power of community #41