react-native

📓 Storybook for React Native!

MIT License

Downloads
3.2M
Stars
957
Committers
1.1K

Bot releases are visible (Hide)

react-native - v7.6.17 Latest Release

Published by dannyhw 7 months ago

react-native - v8.0.0-alpha.2

Published by dannyhw 8 months ago

react-native - v7.6.16

Published by dannyhw 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/storybookjs/react-native/compare/v7.6.15...v7.6.16

react-native - v8.0.0-alpha.1

Published by dannyhw 8 months ago

react-native - v7.6.15

Published by dannyhw 9 months ago

What's Changed

storybook core v7.6.13 makes unit tests with compose story possible

New Contributors

Full Changelog: https://github.com/storybookjs/react-native/compare/v7.6.14...v7.6.15

react-native - v7.6.14

Published by dannyhw 9 months ago

What's Changed

Full Changelog: https://github.com/storybookjs/react-native/compare/v7.6.13...v7.6.14

react-native - v7.6.13

Published by dannyhw 9 months ago

What's Changed

Full Changelog: https://github.com/storybookjs/react-native/compare/v7.6.12...v7.6.13

react-native - v8.0.0-alpha.0

Published by dannyhw 9 months ago

What's Changed

  • initial release for v8 alpha - only internal changes

Full Changelog: https://github.com/storybookjs/react-native/compare/v7.6.10-alpha.0...v8.0.0-alpha.0

react-native - v7.6.12

Published by dannyhw 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/storybookjs/react-native/compare/v7.6.11...v7.6.12

react-native - v7.6.11

Published by dannyhw 9 months ago

What's Changed

  • New storage option that lets you choose what storage solution you want to use (async storage/mmkv etc).
  • Support for main.ts
  • Dynamic imports enabled by the unstable_useRequireContext option in metro config.
    • you only need to generate your requires file when main.ts changes.
  • Error boundaries for stories so your app shouldn't crash when a story throws an error.
  • Improved markdown renderer for notes addon.
  • Simpler setup for auto args.

Breaking Changes

See the migration guide for more details: https://github.com/storybookjs/react-native/blob/next/MIGRATION.md#from-version-65x-to-76x

  • getStorybookUI comes from storybook.requires view export
  • storage is a required option in getStorybookUI for persisting your last story
  • transformer.unstable_allowRequireContext metro option is required (requires RN 0.72)
  • you may also need to add .mjs to your resolver.sourceExts
  • types should be imported from @storybook/react
  • react native server is replaced by addon-react-native-server

Full Changelog: https://github.com/storybookjs/react-native/compare/v6.5.8...v7.6.11

react-native - v6.5.8

Published by dannyhw 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/storybookjs/react-native/compare/v6.5.6...v6.5.8

react-native - v7.6.10-rc.0

Published by dannyhw 9 months ago

What's Changed

Full Changelog: https://github.com/storybookjs/react-native/compare/v7.6.10-alpha.0...v7.6.10-rc.0

react-native - v7.6.10-alpha.0

Published by dannyhw 9 months ago

What's Changed

Now compatible with 7.6.10 and fully working

Full Changelog: https://github.com/storybookjs/react-native/compare/v7.0.0-alpha.8...v7.6.10-alpha.0

react-native - v7.0.0-alpha.8

Published by dannyhw 11 months ago

react-native - v7.0.0-alpha.6

Published by dannyhw 12 months ago

change .storybook/index to be

import { view } from './storybook.requires';

const StorybookUIRoot = view.getStorybookUI({});

export default () => <StorybookUIRoot />;

this metro config is also required now

transformer: {
  unstable_allowRequireContext: true,
},

also install 7.6.0-alpha.2 for other storybook packages like @storybook/addon-controls

react-native - v6.5.7

Published by dannyhw 12 months ago

fix: protect against empty stories list

Full Changelog: https://github.com/storybookjs/react-native/compare/v6.5.6...v6.5.7

react-native - v6.5.6

Published by dannyhw about 1 year ago

What's Changed

Full Changelog: https://github.com/storybookjs/react-native/compare/v6.5.5...v6.5.6

react-native - v6.5.5

Published by dannyhw about 1 year ago

What's Changed

Full Changelog: https://github.com/storybookjs/react-native/compare/v6.5.4...v6.5.5

react-native - v6.5.4

Published by dannyhw over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/storybookjs/react-native/compare/v6.5.3...v6.5.4

react-native - v6.5.3

Published by dannyhw over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/storybookjs/react-native/compare/v6.5.2...v6.5.3