react-native-gifted-chat
react-native-gifted-chat copied to clipboard
Touchable opacity from react-native or gesture handler not working in the list
Issue Description
Touchable opacity from react-native or gesture handler not working in the list
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";