fukemy

Results 878 comments of fukemy

hi all, I just want to ask a question: I saw the lib render {children} 2 times like this: ``` {children} => HERE {children} => HERE ``` So does performance...

Hi, I saw the lib render {children} 2 times like this: ```javascript {children} => * HERE {children} => * HERE ``` So I think that make performance down to hell...

may be problem inside this line : https://github.com/FaridSafi/react-native-gifted-chat/blob/a793083746639ecb4d8f46bf8217f90b6b46a0b5/src/GiftedChat.tsx#L297 better I think use `useRef` to save text, and avoid useless re-render when user typing

hey dog, just use resizeMode props

you must provide atleast enough props to GiftedChat, see the demo in https://github.com/FaridSafi/react-native-gifted-chat

did you check the log to ensure `onSend` called on each send click?

this issue belong to `LayoutAnimation` API, just search inside project about `LayoutAnimation` and comment it first

it's also just a warning, not cause crash. Use `LogBox.ignoreAllLog()` to avoid it

just using renderCustom to render time text