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

**Is your feature request related to a problem? Please describe.** I am trying to do some [Naming Components and Hierarchy](https://storybook.js.org/docs/react/writing-stories/naming-components-and-hierarchy), but I only found the tutorial for React (web). I...

I used previous version of Storybook with RN, now all reference from docs is removed? Does that mean Storybook does not support RN anymore? Thank you, Misha

**Is your feature request related to a problem? Please describe.** Update react native storybook with the new api changes from storybook 6.0 and improvements. **Describe the solution you'd like** -...

in progress
6.0

Issue: ## What you did I added user feedback when using tv platforms for react-native-tvos. I will send new prs to improve focus management for tv platforms, so we can...

### Work summary It would help a lot to display story list as a full screen list instead of half screen. Since now the story names are sometimes too long...

enhancement
feature request

**Describe the bug** The `yarn build-storybook` command is not working in react native **To Reproduce** Steps to reproduce the behavior: `yarn add @storybook/cli --dev` `yarn sb init` `"scripts": { "start":...

I'm using `@storybook/react-native` and `@storybook/react-native-server` and having the same issue (or at least same error message) as described here: https://github.com/storybooks/storybook/issues/6471#issue-431269970 (ie. `synthetic event is used for performance reasons error`) ##...

**Describe the bug** Unable to run story-shots with `6.0.1-alpha.7`. **To Reproduce** I followed the guide (which is excellent 👍 ) to add the alpha to my project, and Storybook itself...

help wanted
6.5

In version 6 when I call ```typescript export const StorybookUIRoot = getStorybookUI({ host: '192.168.1.167', isUIHidden: true, }) ``` both values are ignored.

good first issue
6.0

**Describe the bug** The `links` addon doesn't seem to work on React Native. > Undefined is not a function (near '...api.on...') Simply followed the instructions. api.on is in the docs...

bug
addon: links