Jakub Grzywacz
Jakub Grzywacz
Without a minimal reproduction repository and based on your responses (`NotificationServiceExtension`, which is unrelated to `react-native-svg`, along with the screenshot from @YOEL311 showing errors from other libraries), I assume the...
Please provide a minimal reproduction repository with only `react-native-svg` installed, as it's necessary to investigate this issue.
I'll close this issue as it doesn't contribute anything new. Like I mentioned the last time, please create a new issue providing a minimal reproducible repository with only `react-native-svg` installed...
Hi @ponikar `react-native-svg` currently aims to support the SVG 1.1 standard, which defines the following blend modes for FeBlend:`normal | multiply | screen | darken | lighten`. You can find...
Hi @aljadan, I tested your icon on the latest version, v15.8.0, following the recent fixes, and everything is working as expected. Let me know if it’s working on your end...
@kacperzolkiewski `x` and `y` are valid props on nested Svgs. Example ```xml ```
After adding a native dependency, you need to update your development client by running: ```sh npx expo prebuild --platform android ``` Then, rebuild the app with: ```sh npx expo run:android...
Hi @Zhoukc-42, Version 15.0.0 is no longer supported. Updating `react-native-svg` should resolve the issue
Fixed in #2430
Hey! I appreciate you reporting this issue. I can confirm it's a bug, but I'm not sure when it will be fixed. In the meantime, as a workaround, you can...