Open altunf opened 1 month ago
Any updates on this? Same issue here!
Instead of passing onSend function to the chat I am passing it directly to the InputToolbar component. This resolved my issue. I hope it helps!
same issue anyone know the solution?
same issue here. any update
same issue here, im stuck on this issue. any solution ?
App crashes when sending message in Gifted Chat
I am experiencing a crash in my Expo app when I send a message using the Gifted Chat component. The app works perfectly in the Android simulator but crashes when I build the APK and run it on a physical device.
Steps to reproduce:
Code Snippets
`
import React, { useState, useCallback, useEffect } from "react"; import { Bubble, GiftedChat, Send } from "react-native-gifted-chat"; import { SafeAreaView, View, Text } from "react-native"; import { Colors } from "../../constants/Colors"; import { Ionicons } from "@expo/vector-icons"; import { useSafeAreaInsets } from "react-native-safe-area-context";
Additional Information