1.0.0 • Published 11 months ago

react-native-probuilt-control v1.0.0

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

react-native-probuilt-controls

Custom built components in React Native for ProBuilt Software

Installation

npm install react-native-probuilt-controls

Usage

import { multiply } from 'react-native-probuilt-controls';

// ...

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