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** Passing a component as a prop causes the app to become unresponsive. See example below. I commented out the prop that has a component passed in and...

**Describe the bug** [This line](https://github.com/storybookjs/react-native/blob/5601d15d23c7a6729a013eeb7b4ff94b661b101b/packages/ondevice-controls/src/types/Text.tsx#L38) in the package `@storybook/addon-ondevice-controls` raises a warning ``` Warning: TextType: Support for defaultProps will be removed from function components in a future major release. Use...

Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...

dependencies

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...

dependencies

**Describe the bug** Implementing props.children, or any situation where you pass a react component from a parent to a child results in an infinite load in the browser and also...

Everywhere in my application I am using (.js) files. I am concerned having the storybook files in my project in (.ts) and (.tsx). Is it a problem if these files...