This version includes some minor fixes and improvements, drops support for old RN versions and brings back macOS support.
What's Changed
- fix: handle error when defining a nil reference by @bohdanprog in #2717
- feat: Drop support for React Native <0.78 by @kacperzolkiewski in #2734
- fix: macOS Pattern crash and bump example app by @kacperzolkiewski in #2742
- feat: add handling pod install failure in apple CI by @kacperzolkiewski in #2747
- fix: prevent parent expansion by skipping width/height setting to 100% on absolute SVG by @kacperzolkiewski in #2752
- fix: nullPointerException in GroupView when drawing bitmap on Android 10 and older by @OmalPerera in #2694
- feat: replace OnLayoutEvent with SvgOnLayoutEvent by @kacperzolkiewski in #2738
New Contributors
- @kacperzolkiewski made their first contribution in #2734
- @OmalPerera made their first contribution in #2694
Full Changelog: v15.12.1...v15.13.0