diff options
Diffstat (limited to 'src/components/messages/ChatInput.tsx')
-rw-r--r-- | src/components/messages/ChatInput.tsx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/messages/ChatInput.tsx b/src/components/messages/ChatInput.tsx index 2b49295b..36f83012 100644 --- a/src/components/messages/ChatInput.tsx +++ b/src/components/messages/ChatInput.tsx @@ -78,13 +78,14 @@ const ChatInput: React.FC< /> <AutoCompleteInput /> <View style={styles.actionButtons}> + {/* TODO: Not working, toggled off for now */} {/* <TouchableOpacity onPress={openPicker}> */} - <TouchableOpacity onPress={selectImage}> + {/* <TouchableOpacity onPress={selectImage}> <Image style={{width: normalize(23), height: normalize(23)}} source={require('../../assets/images/camera.png')} /> - </TouchableOpacity> + </TouchableOpacity> */} <TouchableOpacity onPress={() => setText('/')}> <Image style={{width: normalize(23), height: normalize(23)}} |