Skip to content

Instantly share code, notes, and snippets.

@kennethlynne
Created March 29, 2020 16:42
Show Gist options
  • Save kennethlynne/de6a34d1ad2e4c8beb259756f605393c to your computer and use it in GitHub Desktop.
Save kennethlynne/de6a34d1ad2e4c8beb259756f605393c to your computer and use it in GitHub Desktop.
Storybook as root
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