Is MDX format supported in v6? #293
-
I am wondering if MDX Format is currently supported and if the addon-docs can be seen otherwise as storybook server is not yet up in v6. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi Cezar, currently MDX is not supported ondevice. I'm not sure if there are any libraries out there to work with MDX in react native however that would be interesting to experiment with for a future ondevice addon. Open to all help also if anyone is able. An alternative option would be the new package I'm working which makes it easy to use the reactjs storybook with react-native-web |
Beta Was this translation helpful? Give feedback.
Hi Cezar, currently MDX is not supported ondevice. I'm not sure if there are any libraries out there to work with MDX in react native however that would be interesting to experiment with for a future ondevice addon. Open to all help also if anyone is able.
An alternative option would be the new package I'm working which makes it easy to use the reactjs storybook with react-native-web
https://www.npmjs.com/package/@storybook/addon-react-native-web
I haven't tested much with MDX however the docs addon is already working with this react native web addon.
The package is kind of in a pre-alpha stage at the moment but an initial version should release soon. It's also possible to do without the …