1.6.0 • Published 1 year ago

@pijma/react-native-svg v1.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Wrapper around react-native-svg

No special magic... just reexporting components from react-native-svg with prefix Svg

<Svg height="300" width="300" viewBox="0 0 100 100">
  <SvgCircle
    cx="50"
    cy="50"
    r="45"
    stroke="blue"
    strokeWidth="2.5"
    fill="green"
  />
  <SvgRect
    x="15"
    y="15"
    width="70"
    height="70"
    stroke="red"
    strokeWidth="2"
    fill="yellow"
  />
</Svg>
1.6.0

1 year ago

1.5.0

2 years ago

1.2.0

2 years ago

1.4.0

2 years ago

1.2.1

2 years ago

1.3.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.0

2 years ago