Skip to content

A collection of animated spinners for React Native

License

Notifications You must be signed in to change notification settings

Jekiwijaya/react-native-loader

 
 

Repository files navigation

react-native-loader

A collection of animated spinners for react native using ReactART.

Demo

Usage

Installation

Install it via npm:

npm i -S react-native-loader

Android

For Android, it works out of the box.

iOS

For iOS, add ART.xcodeproj from node_modules/react-native/Libraries/ART to your Libraries then link libART.a.

How to use

import { Bubbles, DoubleBounce, Bars, Pulse } from 'react-native-loader';

// ...
<View>
  <Bubbles size={10} color="#FFF" />
  <Bars size={10} color="#FDAAFF" />
  <Pulse size={10} color="#52AB42" />
  <DoubleBounce size={10} color="#1CAFF6" />
</View>

About

A collection of animated spinners for React Native

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%