siteed-ui-starter-kit
v0.3.2
Published
shared ui library
Downloads
4
Readme
UI Lib Starter Kit
shared ui library starter kit for native and web compatibility
Installation
yarn
yarn bootstrap
Usage
This repo comes with multiple ways to validate the library
- storybook (validate both web and on device)
- example app
# Check your stories with storybook (best to validate on web)
yarn storybook
# or on device
yarn storybook:device
# or with a full working example
cd example
yarn start
Feel free to modify the example app to test the full flow on device.