Created
June 20, 2022 10:44
-
-
Save itsramiel/f7c2484459bc097a96a8526d08e1b9b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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