Skip to content

Instantly share code, notes, and snippets.

@airbugg
Created October 13, 2020 17:37
Show Gist options
  • Save airbugg/ac42c23b7b455fff2b35f0e8925dd1ab to your computer and use it in GitHub Desktop.
Save airbugg/ac42c23b7b455fff2b35f0e8925dd1ab to your computer and use it in GitHub Desktop.
// we need to use the old "storiesOf" syntax for now
// until support for CSF lands in Storybook for React Native
import { storiesOf } from '@storybook/react-native';
...
// CSF
export const CompStory = () => <MyComponent prop="value" />;
storiesOf('MyComponent', module).add('Basic Example', CompStory)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment