software-mansion / react-native-svg

SVG library for React Native, React Native Web, and plain React web projects.
MIT License
7.52k stars 1.14k forks source link

feat: update SvgPackage to supported stable API's #2541

Closed javache closed 1 week ago

javache commented 1 week ago

Address some deprecated API's in SVGPackage

Summary

This improves compatibility with future React Native releases, which will remove TurboReactPackage and the ReactModuleInfo constructor used.

Test Plan

CI