Adding border only to the one side of the component in React Native (iOS)

后端 未结 3 473
终归单人心
终归单人心 2021-01-07 17:15

I am facing something weird issue with React-Native\'s component in iOS.

I wanted to apply borderBottomWidth

3条回答
  •  情话喂你
    2021-01-07 18:03

    This isn't currently possible. See the following RN issue: https://github.com/facebook/react-native/issues/29 and this ticket on Product Pains: https://productpains.com/post/react-native/add-borderwidth-left-right-top-bottom-to-textinput-/

提交回复
热议问题