Files
react-native-bpl-scale/README.md

561 B

react-native-bpl-scale

React Native Bluetooth BPL weighing scale library

Installation

npm install react-native-bpl-scale

Usage

import { multiply } from 'react-native-bpl-scale';

// ...

const result = multiply(3, 7);

Contributing

License

MIT


Made with create-react-native-library