Skip to content

cozuf/react-native-ccl

Repository files navigation

react-native-ccl

react native component library

Installation

npm install react-native-ccl

Usage

import { multiply } from "react-native-ccl";

// ...

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