1 | # @svgr/babel-plugin-transform-react-native-svg
|
2 |
|
3 | ## Install
|
4 |
|
5 | ```
|
6 | npm install --save-dev @svgr/babel-plugin-transform-react-native-svg
|
7 | ```
|
8 |
|
9 | ## Usage
|
10 |
|
11 | **.babelrc**
|
12 |
|
13 | ```json
|
14 | {
|
15 | "plugins": ["@svgr/babel-plugin-transform-react-native-svg"]
|
16 | }
|
17 | ```
|
18 |
|
19 | ## License
|
20 |
|
21 | MIT
|