Skip to content

Releases: storybookjs/react-native

v8.3.9

15 Oct 19:45
Compare
Choose a tag to compare

fix: fixes the fix for module resolution in 8.3.8 ... sorry

Full Changelog: v8.3.8...v8.3.9

v8.3.8

15 Oct 12:35
Compare
Choose a tag to compare

What's Changed

  • fix: only apply enable package exports selectively by @dannyhw in #621
    • thanks to @jvliwanag for the suggestion #620
    • this should fix issues with module resolution related to esm/package exports caused by withStorybook

Full Changelog: v8.3.7...v8.3.8

v8.3.7

14 Oct 21:13
Compare
Choose a tag to compare

fixes: addon panel wasn't opening with gorhom bottom sheet v5

Full Changelog: v8.3.6...v8.3.7

v8.3.7-alpha.0

14 Oct 14:11
Compare
Choose a tag to compare
v8.3.7-alpha.0 Pre-release
Pre-release

Full Changelog: v8.3.6...v8.3.7-alpha.0

fix: gorhom bottom sheet v5 addon panel wasn't opening

v8.3.6

14 Oct 14:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.3.5...v8.3.6

v8.3.5

04 Oct 08:14
Compare
Choose a tag to compare

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

v8.3.1-beta.3

27 Sep 23:11
Compare
Choose a tag to compare
v8.3.1-beta.3 Pre-release
Pre-release

What's Changed

Full Changelog: v8.3.1-beta.2...v8.3.1-beta.3

v8.3.1-beta.2

27 Sep 10:11
Compare
Choose a tag to compare
v8.3.1-beta.2 Pre-release
Pre-release

What's Changed

image

image

Full Changelog: v8.3.1-beta.1...v8.3.1-beta.2

v8.3.1-beta.1

23 Sep 14:00
Compare
Choose a tag to compare
v8.3.1-beta.1 Pre-release
Pre-release

What's Changed

Full Changelog: v8.3.1-beta.0...v8.3.1-beta.1

v8.3.1-beta.0

22 Sep 11:20
Compare
Choose a tag to compare
v8.3.1-beta.0 Pre-release
Pre-release

V8 Release candidate

  • 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

generated notes:

What's Changed

New Contributors

Full Changelog: v7.6.20...v8.3.1-beta.0