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

typingIndicator not show above messageContainer

Open fukemy opened this issue 3 years ago • 0 comments

Hi, i want to show TypingIndicator above MessageContainer, but it's seem it's show as lasted cell of FlatList, so when scroll down it's go disappear. Can u take a look?

here is code:

const renderFooter = (props) => {
        return <TypingIndicator isTyping={isTyping}/>
    }

 <GiftedChat
 renderChatFooter={renderFooter}
                isTyping={isTyping}

fukemy avatar Apr 29 '22 09:04 fukemy