expo-ble模块测试demo 联调BLE模块
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
"main": "index.ts",
|
||||
"types": "index.ts",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"test": "jest"
|
||||
"build": "tsc"
|
||||
},
|
||||
"keywords": [
|
||||
"react-native",
|
||||
@@ -23,14 +22,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"react-native-ble-plx": "^3.5.0",
|
||||
"buffer": "^6.0.3"
|
||||
"buffer": "^5.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/react-native": "^0.70.0",
|
||||
"@types/crypto-js": "^4.1.1",
|
||||
"typescript": "^4.8.0",
|
||||
"jest": "^29.0.0"
|
||||
"@types/react-native": "^0.73.0",
|
||||
"typescript": "^5.9.0"
|
||||
},
|
||||
"files": [
|
||||
"index.ts",
|
||||
|
||||
Reference in New Issue
Block a user