Skip to content

tranparent borderColor broken when using borderRadius #25643

@ahmadi-akbar

Description

@ahmadi-akbar

header: {
alignItems: "center",
borderWidth: 1,
borderColor:'red',
borderTopColor: "transparent",
borderBottomLeftRadius: 15,
borderBottomRightRadius: 15,
paddingVertical: 10,
margin:10,
marginBottom: 20,
}

this style make =>
image

header: {
alignItems: "center",
borderWidth: 1,
borderColor:'red',
borderTopColor: "transparent",
// borderBottomLeftRadius: 15, //commented
// borderBottomRightRadius: 15, //commented
paddingVertical: 10,
margin:10,
marginBottom: 20,
}

and this style make =>
image

this occur only on Android

React Native version:

System:
OS: Windows 10
CPU: (4) x64 Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz
Memory: 5.71 GB / 15.87 GB
Binaries:
Node: 10.16.0 - E:\Install\nodejs\node.EXE
Yarn: 1.16.0 - E:\Install\yarnCache\global\Data\node_modules.bin\yarn.CMD
npm: 6.9.0 - E:\Install\nodejs\npm.CMD

https://snack.expo.io/@ahmadi-akbar/android-bordercolor-overriding-issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions