From 6f7653206c2b2190b6d7244e57b5188407a987f0 Mon Sep 17 00:00:00 2001 From: Abdelhalim Ahmed Date: Mon, 20 Jan 2020 01:15:58 +0200 Subject: [PATCH] Update index.md as I have an exception when using yarn with npx i forced it to use npm instead by: ``` --use-npm ``` --- docs/src/pages/guides/guide-react-native/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/pages/guides/guide-react-native/index.md b/docs/src/pages/guides/guide-react-native/index.md index 8491694b1230..ebbc2947e30c 100644 --- a/docs/src/pages/guides/guide-react-native/index.md +++ b/docs/src/pages/guides/guide-react-native/index.md @@ -13,6 +13,10 @@ If it failed because it couldn't detect you're using react-native, you could try ```sh npx -p @storybook/cli sb init --type react_native ``` +#if you have an issue with this command you can try to install using npm instead: +```sh +npx -p @storybook/cli sb init --use-npm --type react_native +``` ## Manual setup