|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
260 bytes
|
| Line | |
|---|
| 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
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.