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 followed this doc: https://storybook.js.org/tutorials/intro-to-storybook/react-native/en/get-started/ But after all configurations, MDX files can't be resolved. And I have this error on my simulator. ![Capture d’écran 2022-03-07 aΜ€ 09...

feature request

**Describe the bug** I cannot find addon tab in @storybook/react-native-server v5.3.3. I have been using addons well like addon-knobs in v5.3.0-alpha.45 as below. ### "@storybook/react-native-server": "v5.3.0-alpha.45", ``` "@storybook/addon-actions": "5.3.3", "@storybook/addon-knobs":...

bug
high priority
in progress
app: react-native-server

Hello! I had a problem with loading Storybook web explorer, it doesn't load the left menu. But on a device Storybook works well. I met the problem both during Intro...

bug
app: react-native-server

**Describe the bug** Running `start-storybook` doesn't work. Instead the process crashes and gives the following error: ``` /Users/loshan/Repos/{PROJECT_NAME_HERE}/node_modules/enhanced-resolve/lib/Resolver.js:254 const idxQuery = identifier.indexOf("?"); ^ TypeError: identifier.indexOf is not a function at...

bug
needs more info
needs reproduction

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. run the expo script from the v6readme 2. setup...

v7

**Describe the bug** After a fresh install of storybook on a fresh new expo typescript app, I have the following errors and warning app loading: ``` Error: EISDIR: illegal operation...

**Describe the bug** When editing a story fast reload is not working correctly. This section of code was removed from the loadCsf file and might be related (line 251) ```...

bug
6.0

As part of the 6.0 alpha a lot has changed in the setup and so new documentation is needed for both contributors and users. - contributing - migration guide -...

6.0

# Note: Breaks fast reloading of storiesOf -format With this change, editing the `storiesOf`-format stories (e.g. `Button.stories.tsx` under `/examples/native/components/PromiseTest`) starts throwing an error (see screenshot). Don't know why that happens....

6.0

Moved issue: https://github.com/storybook-eol/react-native-storybook/issues/50#issuecomment-320232611 Hi @macrozone Shall we continue discussing the issue here. Thanks