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

Issue: https://github.com/storybookjs/react-native/issues/295 ## What I did changed loader a bit ## How to test Create files with different extensions. The generated file should not fail to populate with decorators and...

**Describe the bug** In my package.json I have `"prestart": "sb-rn-get-stories"`. The file `storybook.requires.js` gets updated with the new detected stories files but unfortunately it loses some useful content. **To Reproduce**...

bug
6.0

**Describe the bug** I'm having ```js //.ondevice/preview.js export const decorators = [withBackgrounds, ThemeDecorator]; export const parameters = { actions: { argTypesRegex: '^on[A-Z].*' }, backgrounds: [ {name: 'Light', value: '#000000', default:...

**Is your feature request related to a problem? Please describe.** Soon the storybook team will be merging some changes to the storybook architecture and it's necessary to make changes to...

6.0

Issue: ## What I did as a follow up to #345 I've added some changes to make the no safe area settings only apply to the preview and to make...

6.0

### **Is your feature request related to a problem? Please describe.** It would be great if the navigator grouped stories separated by `/` like in the web navigator. I saw...

6.0

Issue: I noticed that sometimes it was hard to see the little button ![Screenshot 2022-07-15 at 11 48 42](https://user-images.githubusercontent.com/100233/179203133-493b9a56-6ef5-4c8f-8a03-26cdba93f9b5.png) ## What I did So I made it with a double...

**Describe the bug** Using the addon-ondevice-notes addon breaks storybook on the device. The following error is seen immediately on startup (or refresh of the simulator as the case may be):...

needs reproduction

**Describe the bug** Whenever I edit a story I see the following error. ``` ERROR Error: Cannot add an args enhancer to the store after a story has been added.,...

needs reproduction

**Describe the bug** When running the storybook(6.x)/react-native on a device, it seems, if an error/warning appears on the screen, after dismissing those, the touch becomes unresponsive. And even after reloading...

needs reproduction
needs information