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.** Support channel as web socket channel in `Preview`. We use web socket server to integrate with quite a few tools,...

6.0

When using the ondevice-ui with react native web the side bar will take up 70% of the width of the screen and makes it pretty unpleasant to use a wide...

6.0

Add support to initialize a React Native Storybook v6 project with the [Storybook CLI](https://www.npmjs.com/package/@storybook/cli). ## Initial implementation plan The relevant Storybook CLI code is here: * Triggering of the generator:...

6.0

We have a react native project as part of a yarn workspace monorepo. However when we add the library `@storybook/react-native` the app crashes on startup with the dreaded `INVALID HOOK...

question

I have very simple `preview.js` config ```js import { withBackgrounds } from '@storybook/addon-ondevice-backgrounds'; export const decorators = [withBackgrounds]; export const parameters = { layout: 'centered', backgrounds: [ { name: 'plain',...

feature request
v7

**Is your feature request related to a problem? Please describe.** Hi guys I'm running into problems on my CI being unable to run `npm i` because your Storybook addon `ondevice-notes`...

has workaround
dependencies

**Is your feature request related to a problem? Please describe.** [Storysource](https://github.com/storybookjs/storybook/blob/master/addons/storysource) addon is not supported on react-native **Describe the solution you'd like** Makes react-native storybook server handle the loading of...

**Is your feature request related to a problem? Please describe.** I'm looking into Visual Testing with React Native and want to be able to get all Storybook Story IDs from...

question

When I try to edit a knob, the device keyboard overrides the end of the scroll view including the text field focused, if it's placed at the end of the...

bug

**Is your feature request related to a problem? Please describe.** Update the tutorial, talk with @jonniebigodes to coordinate on this. link to content: https://github.com/bowen9284/learnstorybook.com/tree/master/content/intro-to-storybook/react-native/en **Describe the solution you'd like** tutorial...

6.0