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
I had similar problem, I solved it by going to react-native-progress/bar file and adding borderRadius to progressStyle. It will give similar border as your outer container.
Que : How to apply border raduis to inner view of progress bar
Version
Expected output
Current behaviour
Code
So after applying style with padding 2 I'll get the space for inner view
but when I try below code it wont work for me
style={{ padding: 2,borderRadius:10 }}
So how apply border radius for inner view as per expected output
The text was updated successfully, but these errors were encountered: