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
Gifted Spinner
This component is now deprecated. Use ActivityIndicator instead.
Installation
npm install react-native-gifted-spinner --save
Example
import React, { Component } from 'react';
import GiftedSpinner from 'react-native-gifted-spinner';
export default class Example extends Component {
render() {
return (
<GiftedSpinner />
);
}
}License
Feel free to ask me questions on Twitter @FaridSafi !