diff options
| author | Brian Kim <brian@tagg.id> | 2021-05-21 16:26:20 -0700 |
|---|---|---|
| committer | Brian Kim <brian@tagg.id> | 2021-05-21 16:26:20 -0700 |
| commit | 76bfbbedfd42a6f6d204276552fdabcd0e8f84ff (patch) | |
| tree | 2f82326bf82b563a6febafdad1c358dd6a623b64 /src/components/profile/TaggAvatar.tsx | |
| parent | 70ae8e59b0b3ee8b2516a4220d21f3e3afdc8776 (diff) | |
Change onPress to onPressIn
Diffstat (limited to 'src/components/profile/TaggAvatar.tsx')
| -rw-r--r-- | src/components/profile/TaggAvatar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/TaggAvatar.tsx b/src/components/profile/TaggAvatar.tsx index 8ccae2ef..daaf19eb 100644 --- a/src/components/profile/TaggAvatar.tsx +++ b/src/components/profile/TaggAvatar.tsx @@ -88,7 +88,7 @@ const TaggAvatar: React.FC<TaggAvatarProps> = ({ <TouchableOpacity accessible={true} accessibilityLabel="ADD PROFILE PICTURE" - onPress={() => handleNewImage()}> + onPressIn={() => handleNewImage()}> <PurplePlus style={styles.plus} /> </TouchableOpacity> )} |
