Skip to content

Android View loosing styles #571

Closed
Closed
@gsdias

Description

"native-base": "^2.0.8",
"react": "15.4.2",
"react-native": "0.41.2",

When using View from nativa-base and combining the styles borderRadius and borderWidth/borderColor the border color/width is not rendered, android only.

<View style={{ borderRadius: 10, borderWidth: 1, borderColor: 'white' }} />

If I use View from react-native works fine.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions