shan-ge / react-native-gifted-spinner

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 !

About

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

License:MIT License


Languages

Language:JavaScript 100.0%