0.4.0 • Published 2 years ago

@siteed/ui-starter-kit v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

npm.io

  • storybook on device
# or on device
yarn storybook:device

npm.io

  • example app
cd example
yarn start

npm.io

Feel free to modify the example app to test the full flow on device.

0.4.0

2 years ago