升级 React Native 到 v0.71.5

This commit is contained in:
lyswhut 2023-03-31 14:14:12 +08:00
parent bd8213041f
commit f38e73977c
5 changed files with 315 additions and 312 deletions

View File

@ -1 +0,0 @@
{}

View File

@ -1,6 +1,6 @@
source 'https://rubygems.org' source 'https://rubygems.org'
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
ruby File.read(File.join(__dir__, '.ruby-version')).strip ruby '>= 2.6.10'
gem 'cocoapods', '~> 1.11', '>= 1.11.3' gem 'cocoapods', '>= 1.11.3'

606
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -43,7 +43,7 @@
"homepage": "https://github.com/lyswhut/lx-music-mobile#readme", "homepage": "https://github.com/lyswhut/lx-music-mobile#readme",
"dependencies": { "dependencies": {
"@craftzdog/react-native-buffer": "^6.0.5", "@craftzdog/react-native-buffer": "^6.0.5",
"@react-native-async-storage/async-storage": "^1.17.12", "@react-native-async-storage/async-storage": "^1.18.1",
"@react-native-clipboard/clipboard": "^1.11.2", "@react-native-clipboard/clipboard": "^1.11.2",
"@react-native-community/checkbox": "^0.5.15", "@react-native-community/checkbox": "^0.5.15",
"@react-native-community/slider": "^4.4.2", "@react-native-community/slider": "^4.4.2",
@ -51,7 +51,7 @@
"lrc-file-parser": "^2.3.1", "lrc-file-parser": "^2.3.1",
"pako": "^2.1.0", "pako": "^2.1.0",
"react": "18.2.0", "react": "18.2.0",
"react-native": "0.71.4", "react-native": "0.71.5",
"react-native-background-timer": "github:lyswhut/react-native-background-timer#88b1d05b2dcdc5af72bf365bf7ff00eec114d428", "react-native-background-timer": "github:lyswhut/react-native-background-timer#88b1d05b2dcdc5af72bf365bf7ff00eec114d428",
"react-native-exception-handler": "^2.10.10", "react-native-exception-handler": "^2.10.10",
"react-native-fs": "^2.20.0", "react-native-fs": "^2.20.0",
@ -69,8 +69,8 @@
"@babel/preset-env": "^7.20.2", "@babel/preset-env": "^7.20.2",
"@babel/runtime": "^7.21.0", "@babel/runtime": "^7.21.0",
"@tsconfig/react-native": "^2.0.3", "@tsconfig/react-native": "^2.0.3",
"@types/react": "^18.0.29", "@types/react": "^18.0.31",
"@types/react-native": "^0.70.11", "@types/react-native": "^0.70.13",
"@types/react-native-background-timer": "^2.0.0", "@types/react-native-background-timer": "^2.0.0",
"@types/react-native-vector-icons": "^6.4.13", "@types/react-native-vector-icons": "^6.4.13",
"babel-plugin-module-resolver": "^5.0.0", "babel-plugin-module-resolver": "^5.0.0",
@ -78,7 +78,7 @@
"eslint-config-standard-with-typescript": "^34.0.1", "eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"metro-react-native-babel-preset": "0.73.8", "metro-react-native-babel-preset": "0.73.9",
"typescript": "^5.0.2" "typescript": "^5.0.3"
} }
} }

View File

@ -14,3 +14,7 @@
- 就放tx源歌词获取失败的问题 - 就放tx源歌词获取失败的问题
- 修复将播放速率调整为0.6后再次打开设置面板将会导致app崩溃的问题 - 修复将播放速率调整为0.6后再次打开设置面板将会导致app崩溃的问题
- 修复播放详情页设置面板当前音量显示格式问题 - 修复播放详情页设置面板当前音量显示格式问题
### 其他
- 升级 React Native 到 v0.71.5