feat: init duooomi BLE SDK with brownfield support

This commit is contained in:
km2023
2026-04-02 15:20:10 +08:00
parent 0c6e858f11
commit 9e27189799
14 changed files with 2009 additions and 1466 deletions

View File

@@ -14,7 +14,9 @@
"@react-navigation/bottom-tabs": "^7.15.5",
"@react-navigation/elements": "^2.9.10",
"@react-navigation/native": "^7.1.33",
"buffer": "^6.0.3",
"expo": "~55.0.9",
"expo-brownfield": "~55.0.16",
"expo-constants": "~55.0.9",
"expo-device": "~55.0.10",
"expo-font": "~55.0.4",
@@ -30,13 +32,14 @@
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.4",
"react-native-ble-plx": "^3.5.1",
"react-native-gesture-handler": "~2.30.0",
"react-native-worklets": "0.7.2",
"react-native-reanimated": "4.2.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-web": "~0.21.0",
"expo-brownfield": "~55.0.16"
"react-native-worklets": "0.7.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/react": "~19.2.2",