oblador/react-native-vector-image
iOS/Android native vector assets generated from SVG
14 Releases
Latest: 3mo ago
v0.6.1Latest
📋 What's Changed
- fix: clear Metro cache after generating native assets by @debitan in https://github.com/oblador/react-native-vector-image/pull/52
✨ New Contributors
- @debitan made their first contribution in https://github.com/oblador/react-native-vector-image/pull/52
- Full Changelog: https://github.com/oblador/react-native-vector-image/compare/v0.6.0...v0.6.1
v0.6.0
📋 What's Changed
- Support expo and web natively by @oblador in https://github.com/oblador/react-native-vector-image/pull/50
- Full Changelog: https://github.com/oblador/react-native-vector-image/compare/v0.5.2...v0.6.0
v0.5.2
📋 What's Changed
- Add `VectorImage.resolveAssetSource` by @oblador in https://github.com/oblador/react-native-vector-image/pull/49
- Full Changelog: https://github.com/oblador/react-native-vector-image/compare/v0.5.1...v0.5.2
v0.5.1
📋 What's Changed
- Improve expo support by @oblador in https://github.com/oblador/react-native-vector-image/pull/48
- Full Changelog: https://github.com/oblador/react-native-vector-image/compare/v0.5.0...v0.5.1
0.5.0v0.5.0
📋 What's Changed
- Support React Native 0.82 by @oblador in https://github.com/oblador/react-native-vector-image/pull/47
- Dependency on `@klarna/react-native-vector-drawable` removed
- Full Changelog: https://github.com/oblador/react-native-vector-image/compare/v0.4.5...v0.5.0
0.4.5v0.4.5
📋 What's Changed
- Move metro to devDependencies by @oblador in https://github.com/oblador/react-native-vector-image/pull/43
- add support for RN 73 with backwards compatibility by @WookieFPV in https://github.com/oblador/react-native-vector-image/pull/45
✨ New Contributors
- @WookieFPV made their first contribution in https://github.com/oblador/react-native-vector-image/pull/45
- Full Changelog: https://github.com/oblador/react-native-vector-image/compare/v0.4.4...v0.4.5
0.4.4v0.4.4
📋 What's Changed
- Fix xcode archive failure when build path contains spaces by @mizinin in https://github.com/oblador/react-native-vector-image/pull/42
- Full Changelog: https://github.com/oblador/react-native-vector-image/compare/v0.4.3...v0.4.4
0.4.3v0.4.3
📋 What's Changed
- Fix peer depenency version by @mizinin in https://github.com/oblador/react-native-vector-image/pull/41
✨ New Contributors
- @mizinin made their first contribution in https://github.com/oblador/react-native-vector-image/pull/41
- Full Changelog: https://github.com/oblador/react-native-vector-image/compare/v0.4.2...v0.4.3
0.4.2v0.4.2
📋 Changes
- Fix peerDependency warnings
0.4.0v0.4.0
✨ New features
- Replace `current` color references with static values
📦 Improvements
- React Native 0.71 support
0.3.2v0.3.2
📦 Improvements
- Better support for packages with react-native specific main fields.
0.3.1v0.3.1
📦 Improvements
- Compiled svg2vd with a newer version of the SDK for wider SVG compatibility.
0.3.0v0.3.0
📦 Improvements
- PDF file creation is now deterministic
- Generated file names are now slightly prettier. This is a *BREAKING CHANGE* – just re-generate the assets if you're upgrading.
0.2.0v0.2.0
✨ New functionality
- Typescript types
- Scripts to strip SVGs from release bundle
