Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created June 9, 2020 09:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amandeepmittal/5b8020d18ec585498099bd896d3d018d to your computer and use it in GitHub Desktop.
Save amandeepmittal/5b8020d18ec585498099bd896d3d018d to your computer and use it in GitHub Desktop.
<TouchableOpacity style={styles.button} onPress={addEventToCalendar}>
<Text style={[styles.text, { color: 'white' }]}>
Add this event to the calendar
</Text>
</TouchableOpacity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment