Created
April 5, 2022 22:06
-
-
Save xiongemi/69da9e7dbf907ccfc12ab65c08d70e6e to your computer and use it in GitHub Desktop.
example example story for loading component
This file contains hidden or 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 { 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