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: 5 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:58:52.000Z (over 3 years ago)
- Last Synced: 2025-08-22T16:45:29.226Z (11 months ago)
- Topics: react-native, storybook
- Language: JavaScript
- Size: 5.83 MB
- Stars: 1
- Watchers: 1
- 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.