react-native-gifted-spinner
Advanced tools
Comparing version 0.0.3 to 0.0.4
'use strict' | ||
var React = require('react-native'); | ||
var React = require('react'); | ||
@@ -10,3 +10,3 @@ var { | ||
Platform | ||
} = React; | ||
} = require('react-native'); | ||
@@ -13,0 +13,0 @@ var GiftedSpinner = React.createClass({ |
{ | ||
"name": "react-native-gifted-spinner", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Simple loading spinner that use React-Native ProgressBarAndroid or ActivityIndicatorIOS depending of the platform", | ||
@@ -5,0 +5,0 @@ "main": "GiftedSpinner.js", |
3415