software-mansion / react-native-svg

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

SVG Component Showing Blank After Updating to Version 15.4.0 #2449

Open aljadan opened 1 week ago

aljadan commented 1 week ago

Description

After updating to React Native SVG version 15.4.0, everything works as expected except for one specific SVG component, which appears blank

15.3.0 15.4.0
Screenshot 2024-09-14 at 4 31 07 PM Screenshot 2024-09-14 at 4 25 31 PM

Steps to reproduce

1- Build the application for iOS/Android using version 15.4.0 2- Open the application on a simulator (both iOS and Android) 3- Observe that the SVG component appears blank

Snack or a link to a repository

https://github.com/aljadan/react-native-svg-issue

SVG version

15.4.0

React Native version

0.74.5

Platforms

Android, iOS

JavaScript runtime

None

Workflow

None

Architecture

None

Build type

None

Device

None

Device model

No response

Acknowledgements

Yes

TomCorvus commented 1 week ago

Did you try to update to 15.5.0 version? I saw this in changelog https://github.com/software-mansion/react-native-svg/pull/2345