Releases: storybookjs/react-native
v9.1.2
What's Changed
- docs: Update links to actions docs page by @Sidnioulz in #785
- fix: android bugs - broken touch events and radio control error by @dannyhw in #791
New Contributors
- @Sidnioulz made their first contribution in #785
Full Changelog: v9.1.1...v9.1.2
v10.0.0-beta.0
updates to support esm only build and updates to storybook 10 beta
Full Changelog: v9.1.1...v10.0.0-beta.0
v9.1.1
What's Changed
- feat: new withStorybookConfig metro wrapper to replace withStorybook in the future by @dannyhw in #776
- chore(deps): bump image-size from 1.1.1 to 1.2.1 by @dependabot[bot] in #782
- fix: markdown-it vuln by @dannyhw in #783
- fix: storyName for csf2 stories by @dannyhw in #784
various dependencies were updated to remove any security warnings - you should see not audit errors relating to storybook
I'm adding a new version of the withStorybook configuration wrapper that will properly give auto complete and show jsdoc comments
This version also has simplified configuration, the enabled
and onDisabledRemoveStorybook
options were confusing and didn't actually work the way you might have expected. In this new function we just have removeStorybook
for when you want to remove storybook packages from the bundle.
to try it use the following in your metro config
const { withStorybookConfig } = require('@storybook/react-native/metro/withStorybookConfig');
module.exports = withStorybookConfig(defaultConfig);

Full Changelog: v9.1.0...v9.1.1
v9.1.0
What's Changed
- chore(deps): bump form-data from 4.0.0 to 4.0.4 by @dependabot[bot] in #773
- feat: update for v9.1.0 by @dannyhw in #775
Full Changelog: v9.0.18...v9.1.0
v9.0.18
What's Changed
You can now pass this option when using the lite-ui or a custom ui to mock 3rd party dependencies out so you don't need to install reanimated etc
module.exports = withStorybook(defaultConfig, {
liteMode: true,
});
Full Changelog: v9.0.17...v9.0.18
v9.0.17
What's Changed
- fix: StorybookConfig import and CLI command deprecation warnings by @ozgegurel in #767
- fix: extra check for background.values to avoid potential crash by @dannyhw
- fix: minor adjustment to requires generation formatting
Full Changelog: v9.0.14...v9.0.17
v9.0.14
What's Changed
- fix: add option to disable story wrapper @dannyhw in #755
- docs: improve v9 migration docs by @alcpereira in #757
- fix(shadow*): replace depracated shadow props with boxShadow by @ozgegurel in #752
- chore: update pr template branch comment by @alcpereira in #759
- chore: improve generated storybook requires formatting by @alcpereira in #758
- Fix: date shift bug in Date control component by @ozgegurel in #763
- fix: use storybook/internal/csf to remove extra dependency and fix doctor error by @dannyhw in #766
Full Changelog: v9.0.9...v9.0.14
v9.0.9
Note that you may need to regenerate the requires file due to the removal of the actions annotations, this was necessary since this addon got pulled into storybook core and no longer reexports those annotations (we get them automatically instead).
What's Changed
- feat: start docs by @dannyhw in #702
- chore(deps): bump estree-util-value-to-estree from 3.3.2 to 3.4.0 by @dependabot in #742
- chore(deps): bump http-proxy-middleware from 2.0.7 to 2.0.9 by @dependabot in #741
- chore(deps-dev): bump vite from 6.1.1 to 6.1.6 by @dependabot in #740
- fix: prevent StoryView from intercepting Android TalkBack focus by @dannyhw in #744
- Use correct
types
fields in react native packages by @cappslock in #745 - fix: export story types from
@storybook/react
by @jtomaszewski in #748 - feat: update to 9.0.9 by @dannyhw in #749
- feat: remove extra actions annotations by @dannyhw in #750
New Contributors
- @cappslock made their first contribution in #745
- @jtomaszewski made their first contribution in #748
Full Changelog: v9.0.6...v9.0.9
v9.0.9-alpha.0
What's Changed
- feat: update to 9.0.9 by @dannyhw in #749
- feat: remove extra actions annotations by @dannyhw in #750
Full Changelog: v9.0.7-alpha.1...v9.0.9-alpha.0
v9.0.7-alpha.1
What's Changed
- fix: export story types from
@storybook/react
by @jtomaszewski in #748 - update latest storybook versions
New Contributors
- @jtomaszewski made their first contribution in #748
Full Changelog: v9.0.7-alpha.0...v9.0.7-alpha.1