1.0.0 • Published 11 months ago

@darshan-infynno/oishi-rn-common v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@darshan-infynno/oishi-rn-common

Common components to be reused.

Installation

npm install @darshan-infynno/oishi-rn-common

Usage

import { multiply } from '@darshan-infynno/oishi-rn-common';

// ...

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


Made with create-react-native-library