react-native-storybook-loader
react-native-storybook-loader copied to clipboard
An automatic story loader for react-native-storybooks
`loadStories()` and `stories` are of no use in storybook for react-native v6, so I've just added this additional export that can be used instead of loadStories in configure, eg: ```...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...
Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...
**What issue about?** Asking for modifying template to return from the `loadStories()` function array of required files. **Motivation?** For adding support for CSF format of stories. Here is an [official...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Hi, i would like to know if it's possible to ignore certain patterns. i'm trying to use this library with Expo. So, i have some logic to name certain files...
I tried to sort the stories alphabetically so I added this code block but it didnt't seem to work. ``` addParameters({ options: { storySort: { method: 'alphabetical', }, }, });...
I'm developing a React Native UI Libary and I wanted to add storybook to the project. So I created a react-native project inside the libary as .storybook-native folder structure looks...
``` $ flow Error ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ node_modules/findup/test/fixture/config.json:1:1 Unexpected end of input, expected a valid JSON value 1│ Error ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ node_modules/findup/test/fixture/f/e/d/c/b/a/top.json:1:1 Unexpected end of input, expected a valid JSON value 1│ Error...
I think it is not [react-native-storybook-loader](https://github.com/elderfo/react-native-storybook-loader)'s problem, but I think you may provide some information about this issue. I put the `.stories.js` file under a `__tests__` folder and refreshed the...