react-native-loader

1.3.1 • Public • Published

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>
 

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.3.1375latest

Version History

VersionDownloads (Last 7 Days)Published
1.3.1375
1.3.01
1.2.114
1.2.01
1.1.01
1.0.01

Package Sidebar

Install

npm i react-native-loader

Weekly Downloads

393

Version

1.3.1

License

MIT

Unpacked Size

12.1 kB

Total Files

13

Last publish

Collaborators

  • mohebifar