0.3.2 • Published 2 years ago
siteed-ui-starter-kit v0.3.2
UI Lib Starter Kit
shared ui library starter kit for native and web compatibility
Installation
yarn
yarn bootstrapUsage
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 startFeel free to modify the example app to test the full flow on device.