Skip to content

Commit d6800ec

Browse files
committed
Update docs
1 parent 4276eaf commit d6800ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

storybook/stories/guides/installation/_SVG_TRANSFORMER.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ To accomplish the SVG transform, you have to follow this guide
1515

1616
## Android, iOS, Windows, macOS
1717

18-
Fortunately, [react-native-svg-transformer](https://github.com/kristerkari/react-native-svg-transformer) to accomplish this SVG transform by tweaking the Metro bundler. Simply, visit the [react-native-svg-transformer](https://github.com/kristerkari/react-native-svg-transformer) repository to install the library in your React Native app.
18+
Fortunately, [react-native-svg-transformer](https://github.com/kristerkari/react-native-svg-transformer) exists to accomplish the SVG transformation by tweaking the Metro bundler. Simply, visit the [react-native-svg-transformer](https://github.com/kristerkari/react-native-svg-transformer) repository to install the library in your React Native app.
1919

2020
## Web
2121

2222
If you are using [Expo Web with Metro bundler](https://docs.expo.dev/guides/customizing-metro/#web-support), you can also use [react-native-svg-transformer](https://github.com/kristerkari/react-native-svg-transformer) by paper. Otherwise, you have to configure the SVG transform in React Native for Web manually if your web project is using [Webpack](https://webpack.js.org), or [Vite](https://vite.dev), or probably other bundlers.
2323

24-
> Same effort that we've put into this library documentation website that built with [Storybook for React Native Web](https://storybook.js.org/docs/get-started/frameworks/react-native-web-vite?renderer=react-native-web) with Vite
24+
> Same effort that we have ve put into this library documentation website that built with [Storybook for React Native Web](https://storybook.js.org/docs/get-started/frameworks/react-native-web-vite?renderer=react-native-web) with Vite
2525
2626
### Webpack
2727

0 commit comments

Comments
 (0)