FaridSafi / react-native-gifted-chat

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

Feature Request - Empty container style with input box #2535

Closed MrFarhan closed 2 months ago

MrFarhan commented 2 months ago

First of all, thank you for this beautiful library.

I am using react native gifted chat for my chat feature in react native.

Currently, I come across the feature to show something like the below along with the text input:

image

It would be great if this feature is implemented in this library similarly to flat list, developer can customize it with listEmptyContainer prop in gifted chat.

Also in general the empty chat screen looks weird (when any of the party is initiating the conversation).

Randall71 commented 2 months ago

Are you tested with renderChatEmpty ?

MrFarhan commented 2 months ago

I tried but the text inside is flipped, and the issue is already created, with a temporary workaround.

MrFarhan commented 2 months ago

Closing this as renderChatEmpty can be used for empty container.