We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd4229 commit 7cd92c3Copy full SHA for 7cd92c3
1 file changed
README.md
@@ -148,6 +148,14 @@ To create icons, two options are important:
148
$ svgr --icon --replace-attr-value "#000000=currentColor" my-icon.svg
149
```
150
151
+#### Target React Native
152
+
153
+It is possible to target React Native using [react-native-svg](https://github.com/react-native-community/react-native-svg).
154
155
+```
156
+$ svgr --native my-icon.svg
157
158
159
#### Use a specific template
160
161
You can use a specific template.
0 commit comments