react-native-percentage-circle icon indicating copy to clipboard operation
react-native-percentage-circle copied to clipboard

radius or global size in %

Open moolight-seashell opened this issue 5 years ago • 1 comments

we can't set the size in a % of the screen

moolight-seashell avatar Jun 04 '19 14:06 moolight-seashell

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.

lunatupini avatar Jun 04 '19 21:06 lunatupini