Skip to content

Instantly share code, notes, and snippets.

@emanueleDiVizio
Last active May 28, 2020 20:15
Show Gist options
  • Save emanueleDiVizio/fb90235d30ed9830783b19f69fc15e07 to your computer and use it in GitHub Desktop.
Save emanueleDiVizio/fb90235d30ed9830783b19f69fc15e07 to your computer and use it in GitHub Desktop.
const CoolButton = () => {
const onPress = () => {}
return (
<Button
title="Play!"
onPress={onPress}
/>
);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment