[Problem/Question]
Following the document, turning on the enableTypingIndicator to the GroupChannelFragment not seeing the typing indicator showing up on the chat screen when other group members typing from desktop app.
// If problem, please fill out the below. If question, please delete.
[UIKit Version]
@sendbird/uikit-react-native": “^3.0.1
@sendbird/chat”: “^4.9.2”
[Reproduction Steps]
<GroupChannelFragment
channel={channel}
enableTypingIndicator={true}
onPressHeaderLeft={() => {
// Go back to the previous screen.
navigation.goBack();
}}
onPressHeaderRight={() => {
// Navigate to GroupChannelSettings function.
}}
/>
[Frequency]
every time
[Current impact]
// How is this currently impacting your implementation?