react-native-cached-image
react-native-cached-image copied to clipboard
Getting double borders
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",
Same behavior here, mentioned in Issue 100, however this doesn't quite solve challenges with our implementation.