UNPKG

260 BMarkdownView Raw
1# @svgr/babel-plugin-transform-react-native-svg
2
3## Install
4
5```
6npm 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
21MIT