Skip to content

Instantly share code, notes, and snippets.

@tuantvk
Created June 12, 2020 14:45
Show Gist options
  • Save tuantvk/473b461784a1818e1ebc2c20121a711c to your computer and use it in GitHub Desktop.
Save tuantvk/473b461784a1818e1ebc2c20121a711c to your computer and use it in GitHub Desktop.
Button.Brown = ({ onPress }) => (
<Button
onPress={onPress}
header="Click here"
buttonStyle={styles.brownButton}
/>
);
// StyleSheet
brownButton: {
width: 100,
height: 60,
backgroundColor: 'brown',
marginVertical: 15,
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment