Skip to content

Collection of loaders implemented in react native using reanimated library

License

Notifications You must be signed in to change notification settings

ShivamRawat0l/react-native-loader-collection

Repository files navigation

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.

About

Collection of loaders implemented in react native using reanimated library

Resources

License

Stars

Watchers

Forks

Packages

No packages published