Skip to content

Commit

Permalink
Update index.md (#9541)
Browse files Browse the repository at this point in the history
Update index.md
  • Loading branch information
ndelangen authored Jan 20, 2020
2 parents 5779f18 + 6f76532 commit e0a9a63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/pages/guides/guide-react-native/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e0a9a63

Please sign in to comment.