react-native-circle-size-selector
react-native-circle-size-selector copied to clipboard
Add spacing between the circles
How to add spacing between the circles?
Currently, you cannot add spacing betweeen circles manually.
The circle sizes are calculated by values automatically. So if you want to add spacing, please set the values like below.
<CircleSizeSelector
manualValues={[1, 3, 7, 10]}
...
/>
Please let me know if I'm not understanding your question correctly.