Contains collections of loading animations using react native reanimated v2.
$ npm install react-native-loader-collection --save
or
$ yarn add react-native-loader-collection
Import the library to use its methods:
import { Loader1, Loader2, Loader3 } from 'react-native-loader-collection';
<Loader1/>
<Loader2/>
<Loader3/>
To contribute fork repository and make the nessecary changes. Raise a PR for the same. Mention iOS/Android/RN in the PR. Mention fix/feature/refactor in the PR.
In case of error please raise a issue.
Kindly share the link to the loader animation which you would like to be a part of this collection.
Adding more animations to the collections using react-native-svg.