react-native-gifted-chat icon indicating copy to clipboard operation
react-native-gifted-chat copied to clipboard

Touchable opacity from react-native or gesture handler not working in the list

Open imran1234567 opened this issue 2 years ago • 2 comments

Issue Description

Touchable opacity from react-native or gesture handler not working in the list

imran1234567 avatar Jul 06 '22 09:07 imran1234567

same issue here! Because i don't import Touchable opacity in my imports so you must import. Do you import Touchable opacity in your imports Import this and it will work:

import { TouchableOpacity } from "react-native";

mamonaabdullah122 avatar Jul 12 '22 09:07 mamonaabdullah122

... keyboardShouldPersistTaps='handled'

fukemy avatar Jul 28 '22 06:07 fukemy