Open
Description
When applying style for borders in image, I am getting double border in image.
<CachedImage
source={{uri: URL}}
style={{
width: 300,
height: 300,
margin: 5,
borderWidth: StyleSheet.hairlineWidth,
borderColor: GLOBALS.COLORS._LOGOYELLOW
}}
/>
package used:
"react-native-cached-image": "github:fungilation/react-native-cached-image",
Metadata
Metadata
Assignees
Labels
No labels