react-native icon indicating copy to clipboard operation
react-native copied to clipboard

📓 Storybook for React Native!

Results 127 react-native issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I have a monorepo setup with both storybook react and react native installed. But when I install ```@storybook/react-native-server``` package the command start-storybook is replaced with native's server....

enhancement
app: react-native-server
needs reproduction

Hi , First of all storybook is amazing!. I am trying to use it for building design system library for react-native. I have installed react-native through react-native init and configured...

documentation
enhancement

**Describe the bug** _@storybook/addon-notes_ in the browser and _@storybook/addon-ondevice-notes_ in the simulator are out of sync when switching between stories. Notice however knobs are for example. **To Reproduce** Screenshare video:...

bug
addon: notes

To support fast refresh we need to limit storiesOf usage to a single one in a file. We should be able to check the amount of calls by checking module.

api: stories
feature request

**Describe the bug** Versions of `simple-markdown` prior to 0.4.4 are vulnerable to Cross-Site Scripting. See https://www.npmjs.com/advisories/815 for more info

question
high priority
vulnerability

By using channel we simplify React tree update, since we can fetch info in the middle of the render instead of doing additional setStates.

cleanup

**Describe the bug** I use storybook in my RN project. I want to load my storybook only when i'm in dev mode. To do so in my react navigation stack...

bug
addon: actions

When you start react-native-server, open notes tab and select a different story, storybook starts switching between old and new story back and forth. If you have canvas open it does...

bug
addon: notes
app: react-native-server

We should move react-native and its affiliated packages to its own monorepo: https://github.com/storybookjs/react-native ## Why We want to be able to release and version RN independently of the rest of...

high priority
cleanup
in progress

RN on-device should match storybook web UI look and feel: - [ ] sidebar navigation - [ ] ondevice addons

enhancement