@siteed/ui-starter-kit
v0.4.0
Published
shared ui library
Downloads
15
Readme
UI Lib Starter Kit
shared ui library starter kit for native and web compatibility
The library integrate react native paper and react native web to provide a seamless experience on both platform.
Installation
yarn
yarn bootstrap
Usage
This repo comes with multiple ways to validate the components
- storybook web
# Check your stories with storybook (best to validate on web)
yarn storybook
- storybook on device
# or on device
yarn storybook:device
- example app
cd example
yarn start
Feel free to modify the example app to test the full flow on device.