react-native-svg-transformer icon indicating copy to clipboard operation
react-native-svg-transformer copied to clipboard

Import SVG files in your React Native project the same way that you would in a Web application.

Results 83 react-native-svg-transformer issues
Sort by recently updated
recently updated
newest added

Hi, I noticed that the plugin is removing namespaced attributes from svg tag, but it's not doing that on the path tag, which in my case had `xmlns:default="http://www.w3.org/2000/svg"` which was...

"Expo": 37.0.0 "react": 16.9.0 "react-native": sdk-37(with expo) "react-native-svg": "11.0.1", "react-native-svg-flagkit": "^0.9.5", "react-native-svg-transformer": "^0.14.3", I am trying to use local file SVG, it was working fine few months ago with SDK...

I have a svg file some code like: ` ` but animate is not active

Not supported 🚫

I am attempting to use both of your libraries together and getting the following error message: The current error I am getting is `Can't find variable: $RefreshReg$` Implementation based on...

Hi @kristerkari Thanks for this package, it's very handy. When using it and Flow together, I always get these errors from Flow: ``` React$Element import EmailIllustration Cannot create `View` element...

Help wanted 🙋
Question ❓

Hi, I've been using react-native-svg and react-native-svg-transformer to render svg files in my app and it's worked fine. However, It didn't work for one specific svg file. The file size...

![Screen Shot 2019-06-18 at 18 02 12](https://user-images.githubusercontent.com/36663539/59695650-3c85e880-91f3-11e9-9686-7d6c12590aa4.png) the Icon is the SVG component and it doesn't work

Hello, Is it possible to implement as babel macro? (https://github.com/kentcdodds/babel-plugin-macros) This way, it would work out-of-the-box with Expo, with no configuration necessary. This is how I load `graphql` files for...

Is it possible to use this with Haul.config? We are using https://github.com/callstack/haul, but I can't find out how to configure to support the transformer. Has anyone done this already and...