停用新架构

This commit is contained in:
lyswhut 2023-08-04 16:36:23 +08:00
parent 1ff3635158
commit 384904d2fc
3 changed files with 12 additions and 12 deletions

View File

@ -37,7 +37,7 @@ reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
# your application. You should enable this flag either if you want
# to write custom TurboModules/Fabric components OR use libraries that
# are providing them.
newArchEnabled=true
newArchEnabled=false
# Use this property to enable or disable the Hermes JS engine.
# If set to false, you will be using JSC instead.

18
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "lx-music-mobile",
"version": "1.0.7-beta.7",
"version": "1.0.7-beta.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "lx-music-mobile",
"version": "1.0.7-beta.7",
"version": "1.0.7-beta.8",
"license": "Apache-2.0",
"dependencies": {
"@craftzdog/react-native-buffer": "^6.0.5",
@ -21,7 +21,7 @@
"react-native-background-timer": "github:lyswhut/react-native-background-timer#88b1d05b2dcdc5af72bf365bf7ff00eec114d428",
"react-native-exception-handler": "^2.10.10",
"react-native-fs": "^2.20.0",
"react-native-navigation": "^7.36.0-rc.1",
"react-native-navigation": "^7.36.0",
"react-native-pager-view": "^6.2.0",
"react-native-quick-base64": "^2.0.7",
"react-native-quick-md5": "^3.0.5",
@ -8790,9 +8790,9 @@
}
},
"node_modules/react-native-navigation": {
"version": "7.36.0-rc.1",
"resolved": "https://registry.npmjs.org/react-native-navigation/-/react-native-navigation-7.36.0-rc.1.tgz",
"integrity": "sha512-46p89/PijCrwajgRCyN5xO4MpvlJSEScCRastBowxgi1VSyYz04Z6CL6yxsviQ7ixFSdZ1S2YpazcU2kJiW9Dw==",
"version": "7.36.0",
"resolved": "https://registry.npmjs.org/react-native-navigation/-/react-native-navigation-7.36.0.tgz",
"integrity": "sha512-qYkV5YUIfjlyCh3k9MuZdRkZ6vFlacw4JII2H5jGuRn4KAYVk6mM5fK7QvilZSap2crDifX3UP8WIfbzRipy/Q==",
"dependencies": {
"hoist-non-react-statics": "3.x.x",
"lodash": "4.17.x",
@ -16520,9 +16520,9 @@
}
},
"react-native-navigation": {
"version": "7.36.0-rc.1",
"resolved": "https://registry.npmjs.org/react-native-navigation/-/react-native-navigation-7.36.0-rc.1.tgz",
"integrity": "sha512-46p89/PijCrwajgRCyN5xO4MpvlJSEScCRastBowxgi1VSyYz04Z6CL6yxsviQ7ixFSdZ1S2YpazcU2kJiW9Dw==",
"version": "7.36.0",
"resolved": "https://registry.npmjs.org/react-native-navigation/-/react-native-navigation-7.36.0.tgz",
"integrity": "sha512-qYkV5YUIfjlyCh3k9MuZdRkZ6vFlacw4JII2H5jGuRn4KAYVk6mM5fK7QvilZSap2crDifX3UP8WIfbzRipy/Q==",
"requires": {
"hoist-non-react-statics": "3.x.x",
"lodash": "4.17.x",

View File

@ -1,6 +1,6 @@
{
"name": "lx-music-mobile",
"version": "1.0.7-beta.7",
"version": "1.0.7-beta.8",
"versionCode": 60,
"private": true,
"scripts": {
@ -54,7 +54,7 @@
"react-native-background-timer": "github:lyswhut/react-native-background-timer#88b1d05b2dcdc5af72bf365bf7ff00eec114d428",
"react-native-exception-handler": "^2.10.10",
"react-native-fs": "^2.20.0",
"react-native-navigation": "^7.36.0-rc.1",
"react-native-navigation": "^7.36.0",
"react-native-pager-view": "^6.2.0",
"react-native-quick-base64": "^2.0.7",
"react-native-quick-md5": "^3.0.5",