Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/FaridSafi/react-native-gifted-spinner
- Owner: FaridSafi
- License: mit
- Created: 2015-10-30T15:00:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-19T16:09:10.000Z (over 8 years ago)
- Last Synced: 2024-07-05T15:49:46.717Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 102
- Watchers: 5
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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) !