Fix: taps on images in the composer now register even when input is focused

zio/stable
Paul Frazee 2023-01-19 17:46:45 -06:00
parent 41f76a68e3
commit ddcc719192
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ export const PhotoCarouselPicker = ({
testID="photoCarouselPickerView"
horizontal
style={[pal.view, styles.photosContainer]}
keyboardShouldPersistTaps="always"
showsHorizontalScrollIndicator={false}>
<TouchableOpacity
testID="openCameraButton"