expo-ble模块测试demo 联调BLE模块 take 2

This commit is contained in:
Yudi Xiao
2025-12-10 16:43:22 +08:00
parent d2dcd39411
commit 56a5d0d45e
2 changed files with 27 additions and 16 deletions

View File

@@ -5,36 +5,41 @@
"main": "index.ts",
"types": "index.ts",
"scripts": {
"build": "tsc"
"build": "tsc",
"clean": "rimraf lib"
},
"keywords": [
"react-native",
"ble",
"bluetooth",
"protocol",
"loomart"
"loomart",
"expo"
],
"author": "Bowong",
"license": "MIT",
"peerDependencies": {
"react": ">=18.0.0",
"react-native": ">=0.70.0"
"react": "*",
"react-native": "*",
"react-native-ble-plx": "*",
"expo-file-system": "*",
"expo-image-picker": "*",
"expo-image-manipulator": "*"
},
"dependencies": {
"react-native-ble-plx": "^3.5.0",
"buffer": "^5.7.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-native": "^0.73.0",
"typescript": "^5.9.0"
"@types/react": "^18.0.0",
"@types/react-native": "^0.70.0",
"typescript": "^5.0.0"
},
"files": [
"core",
"hooks",
"protocol",
"services",
"index.ts",
"manager/",
"utils/",
"hooks/",
"types/",
"README.md"
"package.json"
]
}