Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add RN+RNW documentation
  • Loading branch information
shilman committed Jun 14, 2025
commit 1ccc3d607370eaf73aaec323da41ffe99d57fcec
10 changes: 9 additions & 1 deletion docs/get-started/frameworks/react-native-web-vite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ Both options provide a catalog of your stories that hot refreshes as you edit th

{/* [Image: native + web] */}

### Comparison

So, which option is right for you?

**Native.** You should choose this option if you want:
Expand All @@ -110,7 +112,13 @@ So, which option is right for you?
- [**Testing**](../../writing-tests/index.mdx) - Component, visual, and a11y tests for your components.
- [**Addons**](https://storybook.js.org/addons) - 500+ addons that improve development, documentation, testing, and integration with other tools.

**Both.** It’s also possible to use both options together. However, this increases Storybook’s install footprint and requires more work to configure. Therefore, we recommend choosing one option to start and extending it once you have something working.
**Both.** It’s also possible to use both options together. This increases Storybook’s install footprint but is a good option if you want native fidelity in addition to all of the web features. Learn more below.

## Using both React Native and React Native Web

The easiest way to use both React Native and React Native Web is to select the "Both" option when installing Storybook. It will install and create configurations for both projects.

If you already a React Native Storybook install, you can install a React Native Web Storybook alongside it by running a standard install and selecting "React Native Web" in the setup wizard. Similarly, if you already a React Native Web Storybook install, you can istall and select "React Native".
Comment thread
shilman marked this conversation as resolved.
Outdated

## API

Expand Down