Open Emperor-Koala opened 1 year ago
@Emperor-Koala i fixed this upgrading in my proyect the react native svg library to 13.9.0
@Emperor-Koala i fixed this upgrading in my proyect the react native svg library to 13.9.0
How did you upgrade it? npm install react-native-svg@13.9.0? Can you show your package.json file? What version of expo are you using?
@Emperor-Koala i fixed this upgrading in my proyect the react native svg library to 13.9.0
How did you upgrade it? npm install react-native-svg@13.9.0?
Can you show your package.json file? What version of expo are you using?
I tried upgraded using both npx expo install react-native-svg@13.9.0
and updating the package.json directly and running npx expo install
I've already included my package.json in the post, and I'm using Expo SDK 48. I tried upgrading the project to SDK 49 but I ran into issues with other packages.
Describe the bug I am experiencing both issue #306 and Issue #324 in my project, depending on the configuration of the libraries.
If I use
react-native-svg
version 13.9.0 or below, I experience issue #306. If I use version 13.10.0, I experience issue #324.If I attempt to use an older version of the library, I experience the same issue as #306, but with
RNSVGSvgView
instead ofRNSVGRect
.Additional context
Current package.json: