② 适配T5骑行台,做了相关页面。内测还不够充分,产品也不着急上市,所以此版更新中,应该需要隐藏掉。 ③ 修复了之前 盘爪设备信息 读取时,有概率出现乱码的情况。读取时做了排序和延迟,修复了此问题。 ④ 多语言我们这边做更新时,拉取的是仅有中英文的版本,当时你们那好像有更新更多语言?所以需要适配一下。 ⑤ 蓝牙名搜索时,适配最新的固件名称: 盘爪为:PF-PM5-前缀,桨频器为PF-STK-前缀,骑行台为PF-T5-前缀。同时允许前缀POWERFUN-也能显示并连接。
64 lines
2.0 KiB
JSON
64 lines
2.0 KiB
JSON
{
|
|
"name": "dfuapp",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"clean-a": "cd android && gradlew clean",
|
|
"ios": "react-native run-ios",
|
|
"lint": "eslint .",
|
|
"start": "react-native start",
|
|
"test": "jest",
|
|
"build-a": "set NODE_OPTIONS=--openssl-legacy-provider && cd android&&gradlew assembleRelease"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-async-storage/async-storage": "^2.2.0",
|
|
"@react-native/codegen": "0.81.4",
|
|
"@react-native/new-app-screen": "0.81.4",
|
|
"@react-navigation/native": "^7.1.17",
|
|
"@react-navigation/native-stack": "^7.3.26",
|
|
"@systemic-games/react-native-bluetooth-le": "^1.3.0",
|
|
"@systemic-games/react-native-nordic-nrf5-dfu": "^1.3.0",
|
|
"@types/lodash": "^4.17.21",
|
|
"base-64": "^1.0.0",
|
|
"i18next": "^25.7.3",
|
|
"react": "19.1.0",
|
|
"react-i18next": "^16.5.0",
|
|
"react-native": "0.81.4",
|
|
"react-native-device-info": "^15.0.1",
|
|
"react-native-fs": "^2.20.0",
|
|
"react-native-safe-area-context": "^5.6.1",
|
|
"react-native-safearea-height": "^1.0.8",
|
|
"react-native-screens": "^4.16.0",
|
|
"react-native-toast-message": "^2.3.3",
|
|
"react-native-vector-icons": "^10.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@babel/preset-env": "^7.25.3",
|
|
"@babel/runtime": "^7.25.0",
|
|
"@react-native-community/cli": "15.0.0",
|
|
"@react-native-community/cli-platform-android": "15.0.0",
|
|
"@react-native-community/cli-platform-ios": "15.0.0",
|
|
"@react-native/babel-preset": "0.81.4",
|
|
"@react-native/eslint-config": "0.81.4",
|
|
"@react-native/metro-config": "0.81.4",
|
|
"@react-native/typescript-config": "0.81.4",
|
|
"@types/base-64": "^1.0.2",
|
|
"@types/jest": "^29.5.13",
|
|
"@types/react": "^19.1.0",
|
|
"@types/react-test-renderer": "^19.1.0",
|
|
"eslint": "^8.19.0",
|
|
"jest": "^29.6.3",
|
|
"prettier": "2.8.8",
|
|
"react-test-renderer": "19.1.0",
|
|
"typescript": "^5.8.3"
|
|
|
|
},
|
|
|
|
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|