Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a typo in the react native example #5990

Merged
merged 1 commit into from
Mar 10, 2019
Merged

Fixed a typo in the react native example #5990

merged 1 commit into from
Mar 10, 2019

Conversation

sabljakovich
Copy link

npx -p @storybook/cli sb init --type react-native

would output:

The provided project type was not recognized by Storybook.

The project types currently supported by Storybook are:

    - angular
    - ember
    - html
    - marko
    - meteor
    - mithril
    - polymer
    - preact
    - react
    - react_native
    - react_project
    - react_scripts
    - riot
    - sfc_vue
    - vue
    - webpack_react

`npx -p @storybook/cli sb init --type react-native`
would  output:
```The provided project type was not recognized by Storybook.

The project types currently supported by Storybook are:

    - angular
    - ember
    - html
    - marko
    - meteor
    - mithril
    - polymer
    - preact
    - react
    - react_native
    - react_project
    - react_scripts
    - riot
    - sfc_vue
    - vue
    - webpack_react```
Copy link
Member

@shilman shilman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@shilman shilman merged commit 97baff1 into storybookjs:master Mar 10, 2019
@shilman shilman added patch:yes Bugfix & documentation PR that need to be picked to main branch patch:done Patch/release PRs already cherry-picked to main/release branch labels Mar 10, 2019
shilman added a commit that referenced this pull request Mar 12, 2019
Fixed a typo in the react native example
@shilman shilman added documentation and removed bug labels Mar 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli documentation patch:done Patch/release PRs already cherry-picked to main/release branch patch:yes Bugfix & documentation PR that need to be picked to main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants