diff options
author | Ivan Chen <ivan@tagg.id> | 2021-06-22 19:16:04 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-06-22 19:16:04 -0400 |
commit | c3066187b9d253767e32880cc35ddd1abc6db6b3 (patch) | |
tree | eadf2d455b239678a7cfaa7b434ecf266a45b8cb | |
parent | ab13c937f1de947e68df03b443cf9fccb0cd54c9 (diff) |
Remove test code
-rw-r--r-- | src/components/profile/ProfileBody.tsx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/components/profile/ProfileBody.tsx b/src/components/profile/ProfileBody.tsx index 34cf1870..048de696 100644 --- a/src/components/profile/ProfileBody.tsx +++ b/src/components/profile/ProfileBody.tsx @@ -82,24 +82,6 @@ const ProfileBody: React.FC<ProfileBodyProps> = ({ ); }}>{`${website}`}</Text> )} - <TouchableOpacity - onPress={() => { - launchCamera( - { - mediaType: 'video', - durationLimit: 60, - videoQuality: 'medium', - }, - (response) => { - console.log(response); - const file = response.assets[0].uri; - console.log(file); - }, - ); - }}> - <Text>foooo</Text> - </TouchableOpacity> - {userXId && isBlocked && ( <View style={styles.toggleButtonContainer}> <ToggleButton |