svgs icon indicating copy to clipboard operation
svgs copied to clipboard

svgs is a compatiblity layer between svg and react-native-svg

Results 12 svgs issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

We've been mapping any external usages of `svgs` to `react-native-svg` and using [extension resolution](https://webpack.js.org/configuration/resolve/#resolveextensions) to use `.web` extensions first. We haven't seen any issues re-mapping `svgs` back to `react-native-svg` but...

Since the `module` entry point declaration was added in v4.0 this library can't be used in a server rendering context anymore, as node will choose the module entry point which...

There is currently no support for loading Svg from a remote URI as described here: https://github.com/react-native-community/react-native-svg#use-with-content-loaded-from-uri both these components can be easily abstracted with a regular img, I'll try to...

`SvgXml` component is missing in the library. Here is the `SvgXml` part in `react-native-svg`'s [`README.md`](https://github.com/react-native-community/react-native-svg#use-with-xml-strings). Are there any plans to add it? let me know if I can be of...

*Problem:* You can use `ref`'s with stateless functions. This means that non of the `svgs` components can have a `ref` assigned to them. *Solution:* Change all stateless functions to class's.

bug

## Overview `svgs`'s component can't receive style created by StyleSheet.create() in web. ## Details I'm developing an application with react-native and react-native-web. react-native-web is porting react-native's implementation as much as...

I ran into this when using: - react v16.3.1 - react-native-svg-charts v5.2.0 - react-native-svg v6.3.1 - react-native-web v0.8.8 - svgs v3.2.1 Luckily this isn't a result of some arcane interplay...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....