Changelog
3.1.0
textPath
instead of textpath
as the element names are case
sensitive. See #12Changelog
3.0.1
Prop-Type
validation to certain components. It
forced x
and y
values to be strings. This has now been updated to allow
both string
and number
values.Changelog
3.0.0
browser
property changed to reactnative
.Changelog
2.1.1
npm publish
a version with the
compiled code.Changelog
2.1.0
browser
field as that is still used by React-Native so we would want ES6 there.Changelog
2.0.0
react-native-svg
has been removed from the peerDependencies
.
We now make the assumption that you install this dependency as part of your
react-native application. This resolves issues that people when trying to npm shrinkwrap
their dependencies when they are not using react-native.