Closed
Description
"native-base": "^2.0.8",
"react": "15.4.2",
"react-native": "0.41.2",
When using View from nativa-base and combining the styles borderRadius and borderWidth/borderColor the border color/width is not rendered, android only.
<View style={{ borderRadius: 10, borderWidth: 1, borderColor: 'white' }} />
If I use View from react-native works fine.
Metadata
Assignees
Labels
No labels