Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting double borders #189

Open
ShuKTan opened this issue May 6, 2020 · 1 comment
Open

Getting double borders #189

ShuKTan opened this issue May 6, 2020 · 1 comment

Comments

@ShuKTan
Copy link

ShuKTan commented May 6, 2020

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants