react-native

📓 Storybook for React Native!

MIT License

Downloads
3.2M
Stars
957
Committers
1.1K

Bot releases are hidden (Show)

react-native - v6.5.2

Published by dannyhw over 1 year ago

What's Changed

New Contributors

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

react-native - v6.5.1

Published by dannyhw over 1 year ago

react-native - v6.5.0

Published by dannyhw over 1 year ago

This release is a complete overhaul and you should check the migration guide to understand what needs to be changed on the user side.

Read more here!
https://storybook.js.org/blog/storybook-for-react-native-6-5/

What's Changed

New Contributors

Full Changelog: https://github.com/storybookjs/react-native/compare/v5.3.25...v6.5.0

react-native - v6.5.0-rc.12

Published by dannyhw over 1 year ago

react-native - v6.5.0-rc.11

Published by dannyhw over 1 year ago

react-native - v6.5.0-rc.10

Published by dannyhw over 1 year ago

react-native - v6.5.0-rc.9

Published by dannyhw over 1 year ago

What's Changed

Full Changelog: https://github.com/storybookjs/react-native/compare/v6.5.0-rc.8...v6.5.0-rc.9

react-native - v6.5.0-rc.8

Published by dannyhw over 1 year ago

What's Changed

Full Changelog: https://github.com/storybookjs/react-native/compare/v6.5.0-rc.7...v6.5.0-rc.8

react-native - v6.5.0-rc.7

Published by dannyhw over 1 year ago

What's Changed

Full Changelog: https://github.com/storybookjs/react-native/compare/v6.5.0-rc.6...v6.5.0-rc.7

react-native - v6.5.0-rc.6

Published by dannyhw over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/storybookjs/react-native/compare/v6.5.0-rc.5...v6.5.0-rc.6

react-native - v6.5.0-rc.5

Published by dannyhw over 1 year ago

What's Changed

Full Changelog: https://github.com/storybookjs/react-native/compare/v6.5.0-rc.4...v6.5.0-rc.5

react-native - v6.5.0-rc.4

Published by dannyhw over 1 year ago

What's Changed

Full Changelog: https://github.com/storybookjs/react-native/compare/v6.5.0-rc.3...v6.5.0-rc.4

react-native - v6.5.0-rc.3

Published by dannyhw over 1 year ago

What's Changed

Full Changelog: https://github.com/storybookjs/react-native/compare/v6.5.0-rc.2...v6.5.0-rc.3

react-native - v6.5.0-rc.2

Published by dannyhw over 1 year ago

What's Changed

Full Changelog: https://github.com/storybookjs/react-native/compare/v6.5.0-rc.1...v6.5.0-rc.2

react-native - v6.5.0-rc.1

Published by dannyhw over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/storybookjs/react-native/compare/v6.5.0-rc.0...v6.5.0-rc.1

react-native - v6.5.0-rc.0

Published by dannyhw over 1 year ago

Adds template file for npx sb@next init --type react_native

Full Changelog: https://github.com/storybookjs/react-native/compare/v6.0.1-beta.12...v6.5.0-rc.0

react-native - v6.0.1-beta.12

Published by dannyhw over 1 year ago

  • auto title generation now works
  • number control doesn't crash when default is undefined
  • render function args type now correctly matches with your component props
  • Orient the OnDeviceUI correctly for RTL locales by @jonathanj
react-native - v6.0.1-beta.11

Published by dannyhw almost 2 years ago

What's Changed

Breaking:

  • storybook dependencies must now be 6.5.14 and above since new fixes were included in this version that are required for this to work
  • backgrounds are now using the new config format to match the web (see below)
 parameters: {
    backgrounds: {
      default: 'warm',
      values: [
        { name: 'warm', value: 'hotpink' },
        { name: 'cool', value: 'deepskyblue' },
      ],
    },
  },

Full Changelog: https://github.com/storybookjs/react-native/compare/v6.0.1-beta.10...v6.0.1-beta.11

react-native - v6.0.1-beta.10

Published by dannyhw almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/storybookjs/react-native/compare/v6.0.1-beta.9...v6.0.1-beta.10

react-native - v6.0.1-beta.9

Published by dannyhw almost 2 years ago

What's Changed

Big changes in this release.

this includes

  • support for the story store changes introduced in 6.4
  • compatibility with storybook v6.5
  • CSF3
  • HMR/Fast refresh now works properly!!!
  • More code re-used from storybook core apis
  • fix for a bug in the tab bar animation

Largely made possible by help from @shilman and @tmeasday on the 6.5 branch.

note: there was a temporary polyfill added to include the global document object whilst changes are made in storybook to allow for a parameterised preview and store. This shouldn't require any changes from the user and is temporary.

Breaking:

  • There is now a new peer dependency on react-dom due to some code re-use around the preview.

This should hopefully be removed soon, though it shouldn't impact your development other than adding react dom to your dev dependencies. Hopefully this is an acceptable compromise for finally having 6.4/6.5 support.

commits

Full Changelog: https://github.com/storybookjs/react-native/compare/v6.0.1-beta.8...v6.0.1-beta.9