We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start getting error on radius styling for objects on Android after updating package from 15.6.0 to 15.7.1.
When we set radius on a Svg object through styling like;
<Svg style={{ width: 80, height: 80, borderRadius: 40 }}></Svg>
Android crashes;
https://github.com/software-mansion/react-native-svg/blob/main/apps/examples/index.tsx
15.7.1
0.75.3
Android
Hermes
React Native
Paper (Old Architecture)
Debug app & dev bundle
Android emulator
Pixel 8 Pro API 34
Yes
The text was updated successfully, but these errors were encountered:
Hey! 👋
The issue doesn't seem to contain a minimal reproduction.
Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?
Sorry, something went wrong.
Workaround: Using a View as wrapper and giving radius to the View
same issue
Having the same issue after updating to react-native 0.75.3
cc96177
jakex7
Successfully merging a pull request may close this issue.
Description
Start getting error on radius styling for objects on Android after updating package from 15.6.0 to 15.7.1.
When we set radius on a Svg object through styling like;
Android crashes;
Steps to reproduce
Snack or a link to a repository
https://github.com/software-mansion/react-native-svg/blob/main/apps/examples/index.tsx
SVG version
15.7.1
React Native version
0.75.3
Platforms
Android
JavaScript runtime
Hermes
Workflow
React Native
Architecture
Paper (Old Architecture)
Build type
Debug app & dev bundle
Device
Android emulator
Device model
Pixel 8 Pro API 34
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: