react-native-progress
react-native-progress copied to clipboard
Support for borderBottomLeftRadius, borderBottomRightRadius etc. in ProgressBar
Hello I want to set the Border Radius for each corner individual and not use the prop borderRadius for all corners.
Additional Props for the ProgressBar:
- borderBottomLeftRadius
- borderBottomRightRadius
- borderTopLeftRadius
- borderTopRightRadius
Is something like this coming in near feature? I would like to make a PR if this gets merged then.
That would be very useful.