FaridSafi / react-native-gifted-chat

💬 The most complete chat UI for React Native
https://gifted.chat
MIT License
13.56k stars 3.55k forks source link

Show typing indicator on web platform #2533

Closed cederache closed 2 months ago

cederache commented 2 months ago

I don't understand why this condition is existing. There is no way to show the typing indicator on the web platform if this condition is here.

I suggest to remove this condition to allow developer to show this indicator

kesha-antonov commented 2 months ago

Hi Thanks for suggestion I think it's because previously we relied on 3rd party lib and now typing indicator rendered with reanimated Did you try to launch example on web and see if typing indicator is working there?

cederache commented 2 months ago

Yes, I tried it and it's working great