@mgarlik/ebd-ui
v0.1.0
Published
Reusable React Native UI library for EBD company apps.
Readme
@mgarlik/ebd-ui
Reusable React Native UI library for EBD company applications.
Install
npm install @mgarlik/ebd-uiBuild
npm run typecheck
npm run buildUsage
import { ThemeProvider, Button, Container } from "@mgarlik/ebd-ui";Notes
- This package re-exports components and types from
src/ui. - Keep
src/uifree of app-specific dependencies (AppCore, DataStore orchestration).
