Skip to content

Can't add borderStyle for single side border of a view #9343

Closed
@poberwong

Description

I wanna set borderStyle for bottom border of a view, so I have following code:

<View style={{borderColor: 'red', borderWidth: 0, borderBottomWidth: 1, borderStyle: 'dashed'}}>
  <Text>Example</Text>
</View>

As well, I get warning like this: Unsupported dashed / dotted border style.
Is there any ways to solve the problem ? Thanks any way...


  • version of react native: 0.30.0

Metadata

Assignees

No one assigned

    Labels

    Ran CommandsOne of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions