diff options
Diffstat (limited to 'src')
-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 |