Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/mobile/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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.
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"orientation": "default",
"icon": "./assets/logo.png",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"newArchEnabled": false,
"scheme": "bookdock",
"splash": {
"image": "./assets/logo.png",
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/ios/Podfile.properties.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"expo.jsEngine": "hermes",
"EX_DEV_CLIENT_NETWORK_INSPECTOR": "true",
"newArchEnabled": "true"
"newArchEnabled": "false"
}
1 change: 1 addition & 0 deletions apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"@types/react": "~18.3.12",
"@types/react-native": "0.73.0",
"babel-plugin-module-resolver": "^5.0.3",
"patch-package": "^8.0.1",
"typescript": "^5.3.3"
}
}
87 changes: 81 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading