maxs15 / react-native-spinkit

A collection of animated loading indicators for React Native
MIT License
2.36k stars 300 forks source link

how to use #34

Open aijason opened 7 years ago

DeveloperAlly commented 7 years ago

errrrr ??? npm install (As readme says) npm link (as readme says)

example usage:

import Spinner from 'react-native-spinkit';

.......

render() { return ( <Spinner isVisible={true} size={50} type={'Bounce'} color={'#ffffff'} /> ); }

PManager1 commented 7 years ago

how do i use it with expo ?

BeckhamVinoth commented 6 years ago

@jpca999 . . u cant run this on expo

quadsurf commented 6 years ago

@jpca999 @BeckhamVinoth this one runs nicely with expo: https://github.com/wangdicoder/react-native-indicator plus the readme has a visual demo for each of their loaders, a very nice touch