react-native-spinkit icon indicating copy to clipboard operation
react-native-spinkit copied to clipboard

how to use

Open aijason opened this issue 8 years ago • 4 comments

aijason avatar Sep 22 '16 11:09 aijason

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'} /> ); }

DeveloperAlly avatar Jan 05 '17 14:01 DeveloperAlly

how do i use it with expo ?

PManager1 avatar Aug 22 '17 17:08 PManager1

@jpca999 . . u cant run this on expo

BeckhamVinoth avatar Oct 16 '17 05:10 BeckhamVinoth

@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

quadsurf avatar Oct 27 '17 02:10 quadsurf