react-native-gifted-spinner
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "react-native-gifted-spinner", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Simple loading spinner that use React-Native ProgressBarAndroid or ActivityIndicatorIOS depending of the platform", | ||
@@ -5,0 +5,0 @@ "main": "GiftedSpinner.js", |
@@ -1,2 +0,2 @@ | ||
# react-native-gifted-listview | ||
# react-native-gifted-spinner | ||
@@ -6,6 +6,7 @@ Simple loading spinner that use React-Native ProgressBarAndroid or ActivityIndicatorIOS depending of the platform. | ||
![](https://raw.githubusercontent.com/FaridSafi/react-native-gifted-spinner/master/screenshot/screenshot.png) | ||
### Example | ||
![](https://raw.githubusercontent.com/FaridSafi/react-native-gifted-spinner/master/screenshot/screenshot.png) | ||
```js | ||
@@ -12,0 +13,0 @@ var React = require('react-native'); |
42