kfiroo / react-native-cached-image

CachedImage component for react-native
MIT License
938 stars 470 forks source link

Getting double borders #189

Open ShuKTan opened 4 years ago

ShuKTan commented 4 years ago

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

fairlycasual commented 3 years ago

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