react-native-dash icon indicating copy to clipboard operation
react-native-dash copied to clipboard

Full border dashed view

Open YisusMB opened this issue 4 years ago • 0 comments

Hi! its any way to make all borders have this custom dashed lines? There's an example Screenshot example

i want to achieve that but insted with this code im only have this:

<Dash
  dashGap={10}
  dashLength={5}
  dashThickness={5}
  dashStyle={{borderRadius: 100, overflow: 'hidden'}}
  dashColor="white"
  style={{ borderRadius: 180/2, position: 'absolute', width: 180, height: 180, backgroundColor: 'cyan' }} />
Screenshot Achieved

I hope anyone can help me :(

YisusMB avatar Feb 16 '21 22:02 YisusMB