obipawan / react-native-dash

A super simple <Dash /> component for react-native to draw customisable dashed lines
176 stars 63 forks source link

Full border dashed view #32

Open YisusMB opened 3 years ago

YisusMB commented 3 years ago

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 :(