Skip to content

ETA on when more addons might be added? #403

Answered by dannyhw
SethY8s asked this question in Q&A
Discussion options

You must be logged in to vote

@SethY8s Hey thanks for checking out the beta and for asking this question.

'@storybook/addon-essentials' is a set of addons for the web, they aren't intended for use on react-native storybook. All react native packages are like storybook/addon-ondevice-x-x.

However I think the problem is that you are trying to share config between the web and ondevice version, that currently won't work since you must specify different addons for both versions.

Thats becayse web addons are not compatible with react native directly, instead its necessary to rewrite any UI so that it can be rendered on a mobile device (i.e with RN).

If you look at my examples they come with an .ondevice folder and thats wha…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by SethY8s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants