Files
cureselect-weighingscale-sdk/README.md
Prathiyuman 7681e46449
Some checks failed
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / build-library (push) Has been cancelled
CI / build-android (push) Has been cancelled
CI / build-ios (push) Has been cancelled
chore: initial commit
2025-12-16 14:54:44 +05:30

38 lines
579 B
Markdown

# react-native-weight-scale-bridge
react-native-cureselect-weighingscale
## Installation
```sh
npm install react-native-weight-scale-bridge
```
## Usage
```js
import { multiply } from 'react-native-weight-scale-bridge';
// ...
const result = multiply(3, 7);
```
## Contributing
- [Development workflow](CONTRIBUTING.md#development-workflow)
- [Sending a pull request](CONTRIBUTING.md#sending-a-pull-request)
- [Code of conduct](CODE_OF_CONDUCT.md)
## License
MIT
---
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)