Fix: taps on images in the composer now register even when input is focused
parent
41f76a68e3
commit
ddcc719192
|
@ -125,6 +125,7 @@ export const PhotoCarouselPicker = ({
|
||||||
testID="photoCarouselPickerView"
|
testID="photoCarouselPickerView"
|
||||||
horizontal
|
horizontal
|
||||||
style={[pal.view, styles.photosContainer]}
|
style={[pal.view, styles.photosContainer]}
|
||||||
|
keyboardShouldPersistTaps="always"
|
||||||
showsHorizontalScrollIndicator={false}>
|
showsHorizontalScrollIndicator={false}>
|
||||||
<TouchableOpacity
|
<TouchableOpacity
|
||||||
testID="openCameraButton"
|
testID="openCameraButton"
|
||||||
|
|
Loading…
Reference in New Issue