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: ## What I did ## How to test Please explain how to test your changes and consider the following questions - Does this need a new example in examples/expo-example?...

**Describe the bug** I try to run story book from example project (from tag 6.5.8) but I get error for both android and web build (didn't try iOS) **To Reproduce**...

**Describe the bug** I encounter `react/jsx-runtime` not found error when using the React version that doesn't support `react/jsx-runtime`. Is it possible to fix the issue by changing the `compilerOptions.jsx` from...

I wonder what the plan is with regards to headless rendering tests for @storybook/react-native. I've used Storyshots for the longest time, but it's now deprecated, and the recommended replacement seem...

**Describe the bug** Fail to start storybook 7 Error: Unable to resolve "@storybook/react/dist/config" from "node_modules/@storybook/react-native/dist/preview.js" Check the screenshots for more info As I see in the branch v7 everything already...

**Describe the bug** When I try to open Storybook, the application freeze and crashes after a while. In the console it spams a lot of errors. ```bash ERROR RangeError: Maximum...

**Describe the bug** Stories not loaded when meta has no title property (auto titles). Works in 6.5.4 **To Reproduce** Checkout https://github.com/stevoland/react-native/commit/b61b898ed4a7d0e8517ad8625fc5e394580d8dd9 Run the example app Observe no `Background Example/Background Csf`...

**Is your feature request related to a problem? Please describe.** We have a global decorator that wraps all the stories with a "ThemeProvider" wrapper, something like this: ``` export const...

These are my findings and bugs with the Notes addon for React Native: - Headers need a newline to get formatting ```md # Button Some text ``` doesn't format the...

**Describe the bug** Setting the range option to true has no effect on the (appearance or functionality) of the control **To Reproduce** Steps to reproduce the behavior: 1. Set the...