You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a comment in #3078 to the Rectangle documentation. You could with the native APIs include a Rectangle (or other Shape) that sets a dashed stroke. Not ideal, but that's the available workaround until #3078 is completed.
Duplicate of #3078. Go ahead and add any more details to that issue.
Environment
Run the following in your terminal and copy the results here.
npx react-native --version
:npx react-native info
:Steps To Reproduce
Sample code below
<View style={{ width: 400, height: 500, borderRadius: 3, borderColor: '#0093d1', borderWidth: 3, borderStyle: 'dashed' }} />
Expected Results
Border should be in the Dashed format
The text was updated successfully, but these errors were encountered: