question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to add border to avatar

See original GitHub issue

The border does not render correctly. See code below.

<Avatar
      avatarStyle={props.avatarStyle}
      rounded
      size={props.size || 'medium'} 
      icon={{name: 'face', type: 'material', color: Colors.primary}}
      overlayContainerStyle={getStyle('overlay', theme)}
      onPress={props.onPress}
      activeOpacity={0.7}
      containerStyle={getStyle('container', theme)}/>

<AvatarHeader size="xlarge" avatarStyle={{ borderWidth: 2, borderColor: 'white', borderTopLeftRadius: 1, borderStyle:'solid' }} /> ss1

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
pranshuchittoracommented, Sep 24, 2020

Use container style for the following purpose. You can test the following functionality here -> https://react-native-elements-playground.netlify.app

0reactions
ugrdursuncommented, Sep 24, 2020

Use container style for the following purpose. You can test the following functionality here -> https://react-native-elements-playground.netlify.app

Ahh ok, Turns out im using 1.2.7; I think this is fixed at next releases

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to add border to element on web page - Stack Overflow
Both of the codes works but I want to create border across columns.I applied border property but it didn't work.Is there a solution...
Read more >
How to Add Border to Image in CSS - W3docs
Learn about how to add border to an image, how to add styling to it and how to specify each corner and have...
Read more >
Add border to avatar - Joomlapolis Forum
I would like to add a border with padding to each user image/avatar. I guess this should be straightforward, but I can't work...
Read more >
Add and remove picture borders - Microsoft Support
In the Borders and Shading dialog box, on the Borders tab, choose one of the border options under Settings. Select the style, color,...
Read more >
Missing Left Border - Word Ribbon Tips
It seems that the left border of his graphics is always missing, and he can't figure ... Another place the border could be...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found