Add BLE BPL scale native module and BMI integration
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-17 11:26:41 +05:30
parent a7a9b2646b
commit d96af7e4fa
24 changed files with 17129 additions and 64 deletions

View File

@@ -2,16 +2,8 @@
"name": "react-native-bpl-scale",
"version": "0.1.0",
"description": "React Native Bluetooth BPL weighing scale library",
"main": "./lib/module/index.js",
"types": "./lib/typescript/src/index.d.ts",
"exports": {
".": {
"source": "./src/index.tsx",
"types": "./lib/typescript/src/index.d.ts",
"default": "./lib/module/index.js"
},
"./package.json": "./package.json"
},
"main": "lib/module/index.js",
"types": "lib/typescript/src/index.d.ts",
"files": [
"src",
"lib",
@@ -32,7 +24,7 @@
"!**/.*"
],
"scripts": {
"example": "yarn workspace react-native-bpl-scale-example",
"example": "npm --prefix example run android",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
"prepare": "bob build",
"typecheck": "tsc"
@@ -46,7 +38,7 @@
"type": "git",
"url": "git+.git"
},
"author": " <> ()",
"author": "",
"license": "MIT",
"bugs": {
"url": "/issues"
@@ -62,7 +54,6 @@
"react": "19.2.0",
"react-native": "0.83.0",
"react-native-builder-bob": "^0.40.13",
"turbo": "^2.5.6",
"typescript": "^5.9.2"
},
"peerDependencies": {