-
Notifications
You must be signed in to change notification settings - Fork 38
Is there a way to get this working with Exponent? #105
Comments
Yep, use https://github.com/storybooks/react-native-storybook/blob/master/docs/manual-setup.md as usual and use the exported component as entry point in your |
Awesome! Thanks a lot!
…On 14 Mar 2017 16:50, "Jonas Keinholz" ***@***.***> wrote:
Yep, use https://github.com/storybooks/react-native-storybook/blob/
master/docs/manual-setup.md as usual and use the exported component as
entry point in your App.js. See https://github.com/serlo-org/
serlo-abc/tree/expo for a working example. If needed, I can create a
repository with a minimal example.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#105 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC8oX_lw1XgRCngxyLAbpuA03IMxFN8rks5rlqkdgaJpZM4KX9xg>
.
|
I created a blog post about that: https://medium.com/p/using-react-native-storybook-with-create-react-native-app-471e531bb128 |
But this is for crna. Is it the same for expo?
…On 15 Mar 2017 18:03, "Jonas Keinholz" ***@***.***> wrote:
I created a blog post about that: https://medium.com/p/using-
react-native-storybook-with-create-react-native-app-471e531bb128
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#105 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC8oXyHyML-P9VuXrp-bybHgYZ2RCs15ks5rmAungaJpZM4KX9xg>
.
|
I'm pretty sure that you can apply the same principles. Feel free to ask again, though, if you run into any problems. Then I look again (I'm not really sure what CRNA brings over Expo) |
Please open an issue over at the new repo if you're still experiencing this issue, thanks! |
@inyono as you mentioned in your blog |
@amed not sure what you mean? Are you talking about the changes to the npm scripts? If so, something like
should work in your case (if you want to start both storybook and the app itself). If you don't use the CLI, you have to start the storybook from your command line and start your app in the way you usually do. |
I am on the latest version of Since the package name now called PS: cloning |
Yeah, https://github.com/inyono/crna-storybook is still using Storybook 2. You can find a working version for Storybook 3 at https://github.com/serlo-org/serlo-abc. Relevant for you:
If you still run into issues, feel free to ping me again, then I will create a small working example for expo. |
Hi,
I use Exponent to develop. Has anyone managed to get Storybook working with Exponent?
https://getexponent.com/
The text was updated successfully, but these errors were encountered: