github storybookjs/react-native v8.3.5

latest releases: v9.1.2, v9.1.2-alpha.0, v10.0.0-beta.0...
11 months ago

More details coming in a release post soon.

Migration steps here: https://github.com/storybookjs/react-native/blob/next/MIGRATION.md#from-version-76x-to-83x

get started with expo:

npx create-expo-app --template expo-template-storybook AwesomeStorybook

with rn cli:

npx react-native init AwesomeStorybook --template react-native-template-storybook

expo example:
https://github.com/dannyhw/expo-storybook-starter

rncli example:
https://github.com/dannyhw/react-native-storybook-starter

  • Updated to be compatible with v8
  • UI rework/redesign
  • Theming rework
  • Even more code reuse from storybook core
  • Simpler metro config via the enhancer pattern
    • withStorybook function
  • Removed deprecated storiesof syntax and knobs
  • Improved hot-reloading/fast refresh
  • More ways to use the websockets api without requiring the web setup
  • Dedicated wide screen layout for web and tablet
  • Better react native web compatibility

image

image

Breaking changes:

  • new theme values
  • new metro config wrapper/enhancer function should be used instead of setting individual values
  • new dependencies react-native-reanimated, react-native-gesture-handler, @gorhom/bottom-sheet, react-native-svg

Changes since 8.3.1 beta:

What's Changed

New Contributors

Full Changelog: v7.6.20...v8.3.5

Don't miss a new react-native release

NewReleases is sending notifications on new releases.