npm.io
0.1.0 • Published 9 years ago

react-native-gifted-spinner

Licence
MIT
Version
0.1.0
Deps
0
Vulns
0
Weekly
0
Stars
102

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 !