"About Your Storybook" version upgrade recommendation is wrong when using @storybook/react-native-server@5.1.0-beta.0
`
#6768
Milestone
@storybook/react-native-server@5.1.0-beta.0
`
#6768
Describe the bug
@storybook/react-native-server v
5.1.0-beta.0
simply doesn't work. Will file a separate issue to address that.This is a non-breaking bug. Filing because it causes confusion. If nothing else, figure that it'll help save someone else time.
Storybook recommends that you update your "storybook" version even if you have already done so... What it really means to say is you should update @storybook/react-native-server and @storybook/react-native to
5.1.0-beta.0
.To Reproduce
Steps to reproduce the behavior:
0. Setup expo/storybook project with the following deps:
Expected behavior
Version recommendations for @storybook/cli are clearly separated from @storybook/react-native-server
You can see that Storybook thinks its version is
5.1.0-alpha.7
and is recommending you to update@storybook/cli
to5.1.0-beta.0
. But in reality,@storybook/cli
already has version5.1.0-beta.0
installed.@storybook/react-native-server
on the other hand currently has5.1.0-alpha.7
installed.Temporary Solution
Upgrade
@storybook/react-native-server
to version5.1.0-beta.0
.Ideal Solution
The
About Your Storybook
page update notice is more clear.The text was updated successfully, but these errors were encountered: