Skip to content

Instantly share code, notes, and snippets.

@xiongemi
Created April 5, 2022 22:06
Show Gist options
  • Save xiongemi/69da9e7dbf907ccfc12ab65c08d70e6e to your computer and use it in GitHub Desktop.
Save xiongemi/69da9e7dbf907ccfc12ab65c08d70e6e to your computer and use it in GitHub Desktop.
example example story for loading component
import { storiesOf } from '@storybook/react-native';
import React from 'react';
import { Loading } from './loading';
const props = {};
storiesOf('Loading', module).add('Primary', () => <Loading {...props} />);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment