Files
react-native-svg/src
Jakub Grzywacz b4fa586ab8 feat: allow single quote ID wrapper (#2580)
# Summary  

The SVG specification does not strictly standardize linking, and most
browsers permit the use of `'` as a wrapper in `url` links. As a result,
I've added support for URLs such as `url('#id')`.

## Test Plan

`url(#id)` and `url('#id')` should do the exact same thing.


Closes #1768
2024-12-17 10:58:14 +01:00
..
2024-12-12 11:48:46 +01:00