0

setup Expo react native Gifted-chat

Question In chat screen , I want to display initial of user's name (other than the current user) if the the user has no image for avatar. I dont know how to use or which props to use.

Can anyone please help? Thanks

Bhol
  • 145
  • 3
  • 16

1 Answers1

2

Solved it by following config:

Message object--> user: { _id: database_user_sender, avatar: Avatar_Image? Avatar_Image : https://ui-avatars.com/api/?background=0dbc3f&color=FFF&name=${FirstName_LastName} },

Bhol
  • 145
  • 3
  • 16