mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-04 01:12:10 +08:00
停用新架构
This commit is contained in:
parent
1ff3635158
commit
384904d2fc
@ -37,7 +37,7 @@ reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
|
|||||||
# your application. You should enable this flag either if you want
|
# your application. You should enable this flag either if you want
|
||||||
# to write custom TurboModules/Fabric components OR use libraries that
|
# to write custom TurboModules/Fabric components OR use libraries that
|
||||||
# are providing them.
|
# are providing them.
|
||||||
newArchEnabled=true
|
newArchEnabled=false
|
||||||
|
|
||||||
# Use this property to enable or disable the Hermes JS engine.
|
# Use this property to enable or disable the Hermes JS engine.
|
||||||
# If set to false, you will be using JSC instead.
|
# If set to false, you will be using JSC instead.
|
||||||
|
18
package-lock.json
generated
18
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "lx-music-mobile",
|
"name": "lx-music-mobile",
|
||||||
"version": "1.0.7-beta.7",
|
"version": "1.0.7-beta.8",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "lx-music-mobile",
|
"name": "lx-music-mobile",
|
||||||
"version": "1.0.7-beta.7",
|
"version": "1.0.7-beta.8",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@craftzdog/react-native-buffer": "^6.0.5",
|
"@craftzdog/react-native-buffer": "^6.0.5",
|
||||||
@ -21,7 +21,7 @@
|
|||||||
"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",
|
||||||
"react-native-navigation": "^7.36.0-rc.1",
|
"react-native-navigation": "^7.36.0",
|
||||||
"react-native-pager-view": "^6.2.0",
|
"react-native-pager-view": "^6.2.0",
|
||||||
"react-native-quick-base64": "^2.0.7",
|
"react-native-quick-base64": "^2.0.7",
|
||||||
"react-native-quick-md5": "^3.0.5",
|
"react-native-quick-md5": "^3.0.5",
|
||||||
@ -8790,9 +8790,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/react-native-navigation": {
|
"node_modules/react-native-navigation": {
|
||||||
"version": "7.36.0-rc.1",
|
"version": "7.36.0",
|
||||||
"resolved": "https://registry.npmjs.org/react-native-navigation/-/react-native-navigation-7.36.0-rc.1.tgz",
|
"resolved": "https://registry.npmjs.org/react-native-navigation/-/react-native-navigation-7.36.0.tgz",
|
||||||
"integrity": "sha512-46p89/PijCrwajgRCyN5xO4MpvlJSEScCRastBowxgi1VSyYz04Z6CL6yxsviQ7ixFSdZ1S2YpazcU2kJiW9Dw==",
|
"integrity": "sha512-qYkV5YUIfjlyCh3k9MuZdRkZ6vFlacw4JII2H5jGuRn4KAYVk6mM5fK7QvilZSap2crDifX3UP8WIfbzRipy/Q==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"hoist-non-react-statics": "3.x.x",
|
"hoist-non-react-statics": "3.x.x",
|
||||||
"lodash": "4.17.x",
|
"lodash": "4.17.x",
|
||||||
@ -16520,9 +16520,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"react-native-navigation": {
|
"react-native-navigation": {
|
||||||
"version": "7.36.0-rc.1",
|
"version": "7.36.0",
|
||||||
"resolved": "https://registry.npmjs.org/react-native-navigation/-/react-native-navigation-7.36.0-rc.1.tgz",
|
"resolved": "https://registry.npmjs.org/react-native-navigation/-/react-native-navigation-7.36.0.tgz",
|
||||||
"integrity": "sha512-46p89/PijCrwajgRCyN5xO4MpvlJSEScCRastBowxgi1VSyYz04Z6CL6yxsviQ7ixFSdZ1S2YpazcU2kJiW9Dw==",
|
"integrity": "sha512-qYkV5YUIfjlyCh3k9MuZdRkZ6vFlacw4JII2H5jGuRn4KAYVk6mM5fK7QvilZSap2crDifX3UP8WIfbzRipy/Q==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"hoist-non-react-statics": "3.x.x",
|
"hoist-non-react-statics": "3.x.x",
|
||||||
"lodash": "4.17.x",
|
"lodash": "4.17.x",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "lx-music-mobile",
|
"name": "lx-music-mobile",
|
||||||
"version": "1.0.7-beta.7",
|
"version": "1.0.7-beta.8",
|
||||||
"versionCode": 60,
|
"versionCode": 60,
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -54,7 +54,7 @@
|
|||||||
"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",
|
||||||
"react-native-navigation": "^7.36.0-rc.1",
|
"react-native-navigation": "^7.36.0",
|
||||||
"react-native-pager-view": "^6.2.0",
|
"react-native-pager-view": "^6.2.0",
|
||||||
"react-native-quick-base64": "^2.0.7",
|
"react-native-quick-base64": "^2.0.7",
|
||||||
"react-native-quick-md5": "^3.0.5",
|
"react-native-quick-md5": "^3.0.5",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user