Skip to content

Instantly share code, notes, and snippets.

@itsramiel
Created June 20, 2022 10:44
Show Gist options
  • Save itsramiel/f7c2484459bc097a96a8526d08e1b9b2 to your computer and use it in GitHub Desktop.
Save itsramiel/f7c2484459bc097a96a8526d08e1b9b2 to your computer and use it in GitHub Desktop.
<Pressable
style={styles.fabContainer}
onPress={() => (progress.value = 1)}
onLongPress={() => (progress.value = 0)}
></Pressable>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment