Merge pull request #5990 from sabljakovich/patch-3

Fixed a typo in the react native example
This commit is contained in:
Michael Shilman 2019-03-10 08:49:31 +08:00 committed by Michael Shilman
parent b560b554be
commit ea7c589ac1

View File

@ -11,7 +11,7 @@ You may have tried to use our quick start guide to setup your project for Storyb
If it failed because it couldn't detect you're using react-native, you could try forcing it to use react-native:
```sh
npx -p @storybook/cli sb init --type react-native
npx -p @storybook/cli sb init --type react_native
```
## Manual setup