Package Exports
- react-native-gifted-spinner
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-gifted-spinner) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-native-gifted-spinner
Simple loading spinner that use React-Native ProgressBarAndroid or ActivityIndicatorIOS depending of the platform.

Example
var React = require('react-native');
var {
View,
} = React;
var GiftedSpinner = require('react-native-gifted-spinner');
var Example = React.createClass({
render() {
return (
<View style={{
flex: 1,
justifyContent: 'center',
alignItems: 'center',
}}>
<GiftedSpinner />
</View>
);
}
});Installation
npm install react-native-gifted-spinner --save
License
Feel free to ask me questions on Twitter @FaridSafi !