react-native-gaffa-components
v0.1.19
Published
Components for React Native
Downloads
29
Readme
react-native-gaffa-components
Introduction
Components for react-native. More is coming soon...
Code Samples
import {BlockButton} from 'react-native-gaffa-components';
render() {
return(
<BlockButton
style={styles.continue}
color="#29aaf4"
text="Neste"
onPress={this.onContinueButton}
disabled={false}
/>
);
}Installation
npm install --save 'react-native-gaffa-components'https://beta.ionicframework.com/docs/components/
