JSPM

react-native-gifted-spinner

0.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 124
  • Score
    100M100P100Q79194F
  • License MIT

Simple loading spinner that use React-Native ProgressBarAndroid or ActivityIndicatorIOS depending of the platform

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

MIT

Feel free to ask me questions on Twitter @FaridSafi !