Skip to content

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

License

Notifications You must be signed in to change notification settings

FaridSafi/react-native-gifted-spinner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •