Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohebifar/react-native-loader
A collection of animated spinners for React Native
https://github.com/mohebifar/react-native-loader
android animated-spinners ios react-native
Last synced: 15 days ago
JSON representation
A collection of animated spinners for React Native
- Host: GitHub
- URL: https://github.com/mohebifar/react-native-loader
- Owner: mohebifar
- License: mit
- Created: 2016-04-12T16:16:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T04:58:15.000Z (over 1 year ago)
- Last Synced: 2024-10-14T11:38:48.745Z (27 days ago)
- Topics: android, animated-spinners, ios, react-native
- Language: JavaScript
- Homepage:
- Size: 104 KB
- Stars: 394
- Watchers: 11
- Forks: 67
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-loader
A collection of animated spinners for react native using ReactART.![Demo](http://f.cl.ly/items/2W0s3L1s3H2W1i2l3q14/react-native-loader.gif)
# Usage
## Installation
Install it via npm:```
npm i -S react-native-loader
```### Android
For Android, it works out of the box.### iOS
For iOS, add `ART.xcodeproj` from `node_modules/react-native/Libraries/ART` to your Libraries then link `libART.a`.## How to use
```jsx
import { Bubbles, DoubleBounce, Bars, Pulse } from 'react-native-loader';// ...
```