Skip to content

Commit e424177

Browse files
committed
fix: add react-native-reanimated as direct dep so under pnpm, won't have node_modules\react-native-reanimated\android No such file or directory
1 parent 9d66f24 commit e424177

File tree

2 files changed

+15
-206
lines changed

2 files changed

+15
-206
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"start:tunnel": "cross-env NODE_ENV=development expo start --tunnel --android",
1616
"start:devClient": "cross-env NODE_ENV=development npx expo start --dev-client --android",
1717
"web": "cross-env NODE_ENV=development expo start --web",
18-
"postinstall": "patch-package",
1918
"init-submodules": "git submodule update --init --recursive"
2019
},
2120
"dependencies": {
@@ -58,6 +57,7 @@
5857
"react-native-localize": "^3.4.1",
5958
"react-native-paper": "^5.13.1",
6059
"react-native-postmessage-cat": "^0.3.1",
60+
"react-native-reanimated": "~3.16.1",
6161
"react-native-reorderable-list": "^0.11.0",
6262
"react-native-safe-area-context": "4.12.0",
6363
"react-native-screens": "~4.4.0",
@@ -92,7 +92,6 @@
9292
"drizzle-kit": "^0.30.4",
9393
"eslint-config-tidgi": "^1.2.3",
9494
"eslint-plugin-react-native": "^5.0.0",
95-
"patch-package": "^8.0.0",
9695
"tw5-typed": "^0.5.14",
9796
"typescript": "^5.7.3",
9897
"zx": "^8.3.2"

0 commit comments

Comments
 (0)