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

I am using this library to show svg images. I am passing color to fill prop. In svg image i added @fill to fill, but it is not working and...

My version expo ![imagen](https://user-images.githubusercontent.com/22831024/152662761-b7944b07-4495-4d83-bf1e-8a95a8677878.png) Steps: 1. Create new expo project (use typescript) ![imagen](https://user-images.githubusercontent.com/22831024/152662791-9ae12c14-24ea-41b4-a2c0-5f5033207930.png) 2. Add SVGR and transformer with commands `npm install react-navite-svg` and `npm install -D react-native-svg-transformer` 3. Create...

Hi @kristerkari, Thank you for your plugin it is working great for React native projects, We are trying to share our codebase across react-native and web(using react-native-web), our codebase is...

i used Expo, here my package.json: ``` "expo": "~40.0.0", "react": "16.13.1", "react-native-svg": "12.1.0", "react-native-svg-transformer": "^0.14.3" ``` i just followed the tutorial but i got this. `Error: Element type is invalid:...

Does react-native-svg-transformer support shadows? Are svgs with shadows imported? I've tried a lot of libraries and solutions, but it seems shadows can only be added manually :(

## Description Hi, I've been using the library for quite a while now, and I'm in the process of implementing Dark Mode on the app. However, it seems that the...

I set up jest with mocks as explained in README. The point is that whenever I try to run the tests, I get this return that is in the image...

Noticed that replacing `fill` attribute in svg works only for the last SVG inside one screen/file... ![Screenshot 2021-09-14 at 06 22 28](https://user-images.githubusercontent.com/23004287/133194650-7ca3c078-e2fb-4fdb-a593-8a08833f6941.png) ![Screenshot 2021-09-14 at 06 22 35](https://user-images.githubusercontent.com/23004287/133194662-39babab3-7cb5-42a2-afdf-ee98520c354a.png) I have...

I'm having an issue where fill-opacity and opacity are ignored when doing color replacement. For example, I'm using this svg: ` ` And my .svgrrc file has this mapping: `{...

Do we have any option to bind react-native onPress event on the SVG tag?