init:多米蓝牙 sdk

This commit is contained in:
km2023
2026-04-08 15:36:13 +08:00
parent 9e27189799
commit 90dcd9605c
48 changed files with 7557 additions and 9143 deletions

View File

@@ -3,38 +3,8 @@
"name": "duooomi-ble-sdk",
"slug": "duooomi-ble-sdk",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "duooomiblesdk",
"userInterfaceStyle": "automatic",
"ios": {
"icon": "./assets/expo.icon"
},
"android": {
"adaptiveIcon": {
"backgroundColor": "#E6F4FE",
"foregroundImage": "./assets/images/android-icon-foreground.png",
"backgroundImage": "./assets/images/android-icon-background.png",
"monochromeImage": "./assets/images/android-icon-monochrome.png"
},
"predictiveBackGestureEnabled": false
},
"web": {
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router",
[
"expo-splash-screen",
{
"backgroundColor": "#208AEF",
"android": {
"image": "./assets/images/splash-icon.png",
"imageWidth": 76
}
}
],
[
"expo-brownfield",
{
@@ -54,14 +24,16 @@
"react-native-ble-plx",
{
"isBackgroundEnabled": true,
"modes": ["peripheral", "central"],
"modes": [
"peripheral",
"central"
],
"bluetoothAlwaysPermission": "This app needs Bluetooth to communicate with your device"
}
]
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
"ios": {
"bundleIdentifier": "com.hixcc.duooomi-ble-sdk"
}
}
}