Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/FaridSafi/react-native-gifted-spinner

Simple loading spinner that use React-Native ProgressBarAndroid or ActivityIndicatorIOS depending of the platform.
https://github.com/FaridSafi/react-native-gifted-spinner

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Gifted Spinner

This component is now deprecated. Use [ActivityIndicator](https://facebook.github.io/react-native/docs/activityindicator.html) instead.

### Installation

`npm install react-native-gifted-spinner --save`

### Example

```javascript
import React, { Component } from 'react';
import GiftedSpinner from 'react-native-gifted-spinner';

export default class Example extends Component {
render() {
return (

);
}
}
```

### License

[MIT](LICENSE)

Feel free to ask me questions on Twitter [@FaridSafi](https://www.twitter.com/FaridSafi) !