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

Long time ago when I was creating new UI for React Native my first version looked like this: ![](https://media.giphy.com/media/fe9Rx5ABVYUS6tDRYO/giphy.gif) I see a benefit of having ability to display addons/navigation at...

feature request

The RN code is not tested as much as it should. We should add: - [ ] tests that can be run locally - [ ] documentation for how to...

help wanted

The RN UI is currently build all in RN. This makes it very time-consuming. We're for the most part unable to re-use the web-UI because it depends on loads of...

help wanted

**Describe the bug** As a codebase evolves overtime, sometimes stories get broken (often because the components the stories were testing were updated without checking how that effects the rendering in...

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

Issue: #541 ## What I did Added a check control type ## How to test run the example app and go to the check story - Does this need a...

**Is your feature request related to a problem? Please describe.** I have a need for a property to choose on/off from multiple options. Example: component has fontWeight property, which can...

feature request
v7

**Describe the bug** In our app we have some unit tests to check that all of our Storybooks are rendering correctly. We have recently been updating our React Native version...

Hey there 👋 I was recently setting up a project to use Storybook for RN and went through a few bumps. I feel like a few changes to the documentation...

documentation

- updated to be compatible with v8 - new ui - ui components extracted to ui package - better hmr (story list updates live without reloads) breaking: - new requirements...