Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkartalis/rn-component-library
a small react native component library created with storybook
https://github.com/gkartalis/rn-component-library
react-native storybook
Last synced: about 2 months ago
JSON representation
a small react native component library created with storybook
- Host: GitHub
- URL: https://github.com/gkartalis/rn-component-library
- Owner: gkartalis
- Created: 2020-01-10T14:14:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:58:52.000Z (about 2 years ago)
- Last Synced: 2024-12-16T05:03:30.874Z (about 2 months ago)
- Topics: react-native, storybook
- Language: JavaScript
- Size: 5.83 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :iphone: A simple react native component library with storybook
## :rocket: Quick Start
- `cd rn-component-library`
- `yarn`## To see the form
- `yarn ios`
## To run storybook
- go to `App/index.js`
- uncomment the first line and comment out the rest of the file
- open two terminals
- on the first one run `yarn ios`
- on the second one run `yarn storybook`## :book: Purpose
To learn how storybook works.