Created
March 29, 2020 16:42
-
-
Save kennethlynne/de6a34d1ad2e4c8beb259756f605393c to your computer and use it in GitHub Desktop.
Storybook as root
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { registerRootComponent } from 'expo'; | |
import { StorybookUIRoot } from '../storybook/index'; | |
registerRootComponent(StorybookUIRoot); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment