Unable to add border to avatar
See original GitHub issueThe 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' }} />

Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top 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 >
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

Use
container stylefor the following purpose. You can test the following functionality here -> https://react-native-elements-playground.netlify.appAhh ok, Turns out im using 1.2.7; I think this is fixed at next releases