• Stars
    star
    102
  • Rank 335,584 (Top 7 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 9 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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

MIT

Feel free to ask me questions on Twitter @FaridSafi !