react-native-loader
A collection of animated spinners for react native using ReactART.
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 = ="#FFF" /> <Bars = ="#FDAAFF" /> <Pulse = ="#52AB42" /> <DoubleBounce = ="#1CAFF6" /></View>