mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
Merge pull request #5990 from sabljakovich/patch-3
Fixed a typo in the react native example
This commit is contained in:
parent
b560b554be
commit
ea7c589ac1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user