Our current border-width support is fairly basic and just strokes a rectangle around a view. It is difficult to add border lines and specific edges. i.e.:
Item 1
Item 2
We should implement an equivalent to CSS's border-width props: https://developer.mozilla.org/en-US/docs/Web/CSS/border-width
The implementation of this should follow suit with the like of ScrollView's properties where "meta-props" are split into their naive C++ equivalents. See ScrollView.ts and the unpacking of scollbar-color into scrollbar-thumb-color and scrollbar-track-color.
Our current
border-widthsupport is fairly basic and just strokes a rectangle around a view. It is difficult to add border lines and specific edges. i.e.:Item 1
Item 2
We should implement an equivalent to CSS's border-width props: https://developer.mozilla.org/en-US/docs/Web/CSS/border-width
The implementation of this should follow suit with the like of ScrollView's properties where "meta-props" are split into their naive C++ equivalents. See ScrollView.ts and the unpacking of
scollbar-colorintoscrollbar-thumb-colorandscrollbar-track-color.