Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.