Avatar does not show full
See original GitHub issueObject message
{
_id: messageChatDTO.id,
text: messageChatDTO.message,
createdAt: new Date(messageChatDTO.createdDate),
user: {
_id: messageChatDTO.userId,
name: messageChatDTO.nameUser,
avatar: URL_SERVER+'/getPhoto?access_token='+accessToken+'&lastModifiedDatePhoto='+messageChatDTO.lastModifiedDatePhoto
}
}
Render
<GiftedChat
showUserAvatar={true}
messages={this.state.messages}
onSend={(messages) => {
this.onSend(messages);
}}
user={{ _id: idUser}}
/>
Additional Information
- Nodejs version: v6.11.3
- React version: 16.0.0
- React Native version: react-native: 0.50.3
- react-native-gifted-chat version: 0.3.0
- Platform: iOS
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:10
Top Results From Across the Web
How to Fix: Facebook Avatar Not Showing Up - YouTube
In this tutorial, we'll share a few approaches that you can try and fix the issue when your Facebook avatar is not working....
Read more >Fixing Facebook Avatar not showing up (2021 and 2022)
The ways to fix avatar option not showing up issue which worked for people · Check if you are using a correct Facebook...
Read more >My Avatar Is Showing Incorrectly or as a Gray X
To do this, simply navigate to your Avatar section and click the "Click here to re-draw it!" link located underneath your avatar's image....
Read more >css - HTML - Image is not displaying in full - Stack Overflow
I was trying to install this theme on my blog and I noticed a little problem - the avatars in the comment section...
Read more >Why Don't I Have A Facebook Avatar? Try This Before Giving Up
If your Facebook Avatar is not showing up on your app, you might need to update your Facebook app on iOS or Android....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.