Simple react native animated loader <p> <img src="http://img.shields.io/npm/v/react-native-three-dots-loader.svg" /> <img src="https://img.shields.io/npm/dm/react-native-three-dots-loader.svg" /> <img src="https://img.shields.io/npm/dt/react-native-three-
npm install react-native-three-dots-loaderComponent doesn't use external libs, only Animated from react-native
yarn add react-native-three-dots-loader
import Loader from 'react-native-three-dots-loader'
...
````
return (
)
| Prop | Description |
| :------------ | :-----|
| size | Dot size |
| background | Dot background |
| activeBackground | Active dot background |
| dotMargin | Dots horizontal margin |
| animationDuration | Scale animation duration |
| animationScale | Maximum scale |