A collection of loading spinners animated for react native
npm install react-native-loader!Demo
```
npm i -S react-native-loader
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';// ...
``