react-native-cached-image icon indicating copy to clipboard operation
react-native-cached-image copied to clipboard

Getting double borders

Open ShuKTan opened this issue 5 years ago • 1 comments

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",

ShuKTan avatar May 06 '20 15:05 ShuKTan

Same behavior here, mentioned in Issue 100, however this doesn't quite solve challenges with our implementation.

fairlycasual avatar Nov 09 '20 21:11 fairlycasual