Describe the bug
when style prop is beeing passed with borderWidth or borderBottomColor, those properties are overriden
To Reproduce
Steps to reproduce the behavior:
- Create an instance of the Card component
- pass a style prop with borderWidth: 10, borderBottomColor: '#000'
- neither the borderWidth or borderBottomColor styles are applied
Expected behavior
As a user I'd expect to pass style prop with borderWidth, borderColor, border[ANY]Width, border[ANY]Color and styles should be applied
Screenshots


