Skip to content

Latest commit

 

History

History
63 lines (31 loc) · 1.18 KB

README.md

File metadata and controls

63 lines (31 loc) · 1.18 KB

React-Native-Loader-Collection

Contains collections of loading animations using react native reanimated v2.

Demo

Demo

Getting started

$ npm install react-native-loader-collection --save

or

$ yarn add react-native-loader-collection

Requirements

Usage

Import the library to use its methods:

import { Loader1, Loader2, Loader3 } from  'react-native-loader-collection';
<Loader1/>
<Loader2/>
<Loader3/>

Contributing

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.

Errors

In case of error please raise a issue.

Suggestions

Kindly share the link to the loader animation which you would like to be a part of this collection.

Goals

Adding more animations to the collections using react-native-svg.