fukemy

Results 878 comments of fukemy

you must create CustomComposer then give ref to it. for example: ``` const textInputRef = useRef() renderComposer = props => { return } return ( ) ```

then read the library code to know why it's not working

can u try this? ``` const renderQuickReply = props => { return } ```

make a snack repo I can help u fix this

hmm I think some wrong, as I know, on every text changed, GiftedChat re-render it's self by this function `setText` It's using for check when either user need to re-render...

> > > > I am sure that works, but those options are only available in `@react-navigation/stack`. This is a `@react-navigation/native-stack` issue. could you share the way that how you...

better use navigate to other screen in onFinish Animation