diff --git a/docs/guides/multi-platform-apps.md b/docs/guides/multi-platform-apps.md index af9c3300..8052baea 100644 --- a/docs/guides/multi-platform-apps.md +++ b/docs/guides/multi-platform-apps.md @@ -54,7 +54,7 @@ from your web app build. To help with this, you can install the following Babel plugin: ``` -yarn install --dev babel-plugin-react-native-web +yarn add --dev babel-plugin-react-native-web ``` Create a `web/webpack.config.js` file: