react-native-percentage-circle
react-native-percentage-circle copied to clipboard
radius or global size in %
we can't set the size in a % of the screen
This is because this component uses given radius * 2 to calculate de width and height. When you give % it fails to calculate.
Anyway I'm looking for a solution to build circles with % instead of static sizes.