/component-lib

Primary LanguageJavaScriptMIT LicenseMIT

component-lib

Example of a component library for react native apps

Installation

npm install component-lib

Usage

import { multiply } from "component-lib";

// ...

const result = await multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT