expo-ble模块测试demo

This commit is contained in:
Yudi Xiao
2025-12-10 10:29:50 +08:00
parent 709c466792
commit 41f4080264
23 changed files with 3749 additions and 141 deletions

37
eas.json Normal file
View File

@@ -0,0 +1,37 @@
{
"cli": {
"version": ">= 16.27.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk"
},
"corepack": true
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk"
},
"ios": {
"bundleIdentifier": "com.bowong.duooomi",
"simulator": false
},
"corepack": true
},
"production": {
"autoIncrement": true,
"android": {
"buildType": "apk"
},
"corepack": true
}
},
"submit": {
"production": {}
}
}