/ui-starter-kit

ui starter kit for component library

Primary LanguageTypeScriptMIT LicenseMIT

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.