Skip to content

Commit 916be3c

Browse files
author
BookDock Dev
committed
fix: 修复启动报错
1 parent 12677b2 commit 916be3c

5 files changed

Lines changed: 85 additions & 9 deletions

File tree

apps/mobile/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
3535
# your application. You should enable this flag either if you want
3636
# to write custom TurboModules/Fabric components OR use libraries that
3737
# are providing them.
38-
newArchEnabled=true
38+
newArchEnabled=false
3939

4040
# Use this property to enable or disable the Hermes JS engine.
4141
# If set to false, you will be using JSC instead.

apps/mobile/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"orientation": "default",
77
"icon": "./assets/logo.png",
88
"userInterfaceStyle": "automatic",
9-
"newArchEnabled": true,
9+
"newArchEnabled": false,
1010
"scheme": "bookdock",
1111
"splash": {
1212
"image": "./assets/logo.png",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"expo.jsEngine": "hermes",
33
"EX_DEV_CLIENT_NETWORK_INSPECTOR": "true",
4-
"newArchEnabled": "true"
4+
"newArchEnabled": "false"
55
}

apps/mobile/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"@types/react": "~18.3.12",
6060
"@types/react-native": "0.73.0",
6161
"babel-plugin-module-resolver": "^5.0.3",
62+
"patch-package": "^8.0.1",
6263
"typescript": "^5.3.3"
6364
}
6465
}

pnpm-lock.yaml

Lines changed: 81 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)