storybookjs / react-native

📓 Storybook for React Native!
https://storybook.js.org
MIT License
1.07k stars 155 forks source link

Storybook React Native - Add Categories matching web #457

Closed Jonatthu closed 1 year ago

Jonatthu commented 1 year ago

Issue: #12

What I did

Adds categories/folders for the story list

How to test

Run the example app and navigate to the new example story

socket-security[bot] commented 1 year ago

New dependency changes detected. Learn more about Socket for GitHub ↗︎


👍 No new dependency issues detected in pull request

Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

Ignoring: @react-native-community/cli@10.2.0, react-native@0.71.4, @react-native-community/cli-platform-ios@10.2.0, @react-native-community/cli-platform-ios@10.2.1, @sindresorhus/df@1.0.1, @storybook/telemetry@6.5.16, address@1.2.2, babel-plugin-istanbul@6.1.1, better-opn@2.1.1, better-opn@3.0.2, buffer@4.9.2, codecov@3.8.3, command-exists@1.2.9, commander@2.13.0, commander@2.20.3, commander@7.2.0, commander@9.5.0, cross-spawn@7.0.3, danger@9.4.0, envinfo@7.8.1, exec-async@2.2.0, exec-sh@0.3.6, execa@2.1.0, execa@5.1.1, external-editor@3.1.0, fb-watchman@2.0.2, fork-ts-checker-webpack-plugin@4.1.6, fork-ts-checker-webpack-plugin@6.5.2, git-raw-commits@2.0.0, git-semver-tags@2.0.3, github-release-from-changelog@2.1.1, jest-haste-map@24.9.0, jest-haste-map@26.6.2, jest-haste-map@29.4.3, jest-worker@24.9.0, jest-worker@26.6.2, jest-worker@27.5.1, jest-worker@29.4.3, jscodeshift@0.13.1, jsdom@11.12.0, jsdom@20.0.3, logkitty@0.7.1, metro-file-map@0.73.9, mz@2.7.0, node-cleanup@2.1.2, node-gyp@5.1.1, npm-lifecycle@3.1.5, open@7.4.2, open@8.4.2, opener@1.4.3, osenv@0.1.5, promzard@0.3.0, requireg@0.2.2, shelljs@0.8.5, sudo-prompt@8.2.5, sudo-prompt@9.1.1, sudo-prompt@9.2.1, temp@0.8.3, trash@7.2.0, tree-kill@1.2.2, typescript@4.9.5, uid-number@0.0.6, update-browserslist-db@1.0.10, webpack@4.46.0, x-default-browser@0.4.0, xcode@3.0.1

Pull request alert summary
Issue Status
Install scripts ✅ 0 issues
Native code ✅ 0 issues
Bin script confusion ✅ 0 issues
Bin script shell injection ✅ 0 issues
Shell access ✅ 0 issues
Uses eval ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
GitHub dependency ✅ 0 issues
New author ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues

📊 Modified Dependency Overview:

⬆️ Updated Package Version Diff Capability Access +/- Transitive Count Publisher
react-native@0.71.4 0.71.3...0.71.4 network, filesystem, shell, environment +192/-208 react-native-bot
@typescript-eslint/parser@5.57.0 5.54.0...5.57.0 filesystem, shell, environment +0/-4 jameshenry
dannyhw commented 1 year ago

@SocketSecurity ignore-all

dannyhw commented 1 year ago

I had some trouble making the styles match so I started a branch and used this as a reference, thanks for getting the ball rolling.

I'll continue this feature in #486