Release introducing React Native SVG with Fabric support! 🎉 🚀
Please upgrade your apps and test if it does not introduce any bugs both on old and new architecture 🐛 Keep in mind that due to changes in configuration introduced in newest versions of react-native
, you should use version 0.69.0+
to be able to use it on Fabric. Also, if you use the new architecture with react-native
version lesser than 0.70.0-rc.3
, you need to handle linking on Android
by yourself (since autolinking is available from that version).
What's Changed
- feat: add Fabric on iOS without ComponentViews by @WoLewicki in #1821
- feat: support Fabric on Android by @WoLewicki in #1804
- chore: add CI for JS, iOS and Android formatting by @WoLewicki in #1782
- chore: bump library and examples to rn 0.70-rc3 by @WoLewicki in #1837
- feat: remove unused common folder by @WoLewicki in #1838
Full Changelog: v12.4.4...v13.0.0