chore: initial commit
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

This commit is contained in:
2025-12-16 14:54:44 +05:30
commit 7681e46449
81 changed files with 3916 additions and 0 deletions

37
README.md Normal file
View File

@@ -0,0 +1,37 @@
# 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)