A collection of animated spinners for react native using ReactART.
Install it via npm:
npm i -S react-native-loader
For Android, it works out of the box.
For iOS, add ART.xcodeproj from node_modules/react-native/Libraries/ART to your Libraries then link libART.a.
import{Bubbles,DoubleBounce,Bars,Pulse}from'react-native-loader';// ...<View><Bubblessize={10}color="#FFF"/><Barssize={10}color="#FDAAFF"/><Pulsesize={10}color="#52AB42"/><DoubleBouncesize={10}color="#1CAFF6"/></View>