We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ddb93a commit d22182bCopy full SHA for d22182b
README.md
@@ -1,6 +1,8 @@
1
# React Native RefreshableListView
2
A pull-to-refresh ListView which shows a loading spinner while your data reloads
3
4
+
5
+
6
In action (from [ReactNativeHackerNews](https://github.com/jsdf/ReactNativeHackerNews)):
7
8

@@ -228,6 +230,9 @@ var MyRefreshingIndicator = React.createClass({
228
230
229
231
## Changelog
232
233
+- **2.0.0-beta4**
234
+ - added Android support! (@maraujop)
235
236
- **2.0.0-beta3**
237
- fixed proptype warnings from internal component
238
- adjusted default styling of refreshing indicator
0 commit comments