react-native-circle-size-selector icon indicating copy to clipboard operation
react-native-circle-size-selector copied to clipboard

Add spacing between the circles

Open mjm918 opened this issue 3 years ago • 1 comments

How to add spacing between the circles?

mjm918 avatar Sep 30 '20 05:09 mjm918

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.

gaishimo avatar Sep 30 '20 06:09 gaishimo