Skip to content

Commit 269da93

Browse files
committed
fix: fix doctor issues
1 parent cf34fab commit 269da93

File tree

2 files changed

+25
-62
lines changed

2 files changed

+25
-62
lines changed

package.json

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@hookform/resolvers": "^3.9.0",
4747
"@shopify/flash-list": "1.7.1",
4848
"@tanstack/react-query": "^5.52.1",
49-
"app-icon-badge": "^0.1.1",
49+
"app-icon-badge": "^0.1.2",
5050
"axios": "^1.7.5",
5151
"expo": "~52.0.4",
5252
"expo-constants": "~17.0.2",
@@ -56,7 +56,7 @@
5656
"expo-linking": "~7.0.2",
5757
"expo-localization": "~16.0.0",
5858
"expo-router": "~4.0.3",
59-
"expo-splash-screen": "0.29.7",
59+
"expo-splash-screen": "~0.29.7",
6060
"expo-status-bar": "~2.0.0",
6161
"expo-system-ui": "~4.0.2",
6262
"i18next": "^23.14.0",
@@ -76,7 +76,7 @@
7676
"react-native-reanimated": "~3.16.1",
7777
"react-native-restart": "0.0.27",
7878
"react-native-safe-area-context": "4.12.0",
79-
"react-native-screens": "~4.0.0",
79+
"react-native-screens": "^4.0.0",
8080
"react-native-svg": "~15.8.0",
8181
"react-native-web": "~0.19.13",
8282
"react-query-kit": "^3.3.0",
@@ -128,5 +128,20 @@
128128
"type": "git",
129129
"url": "git+https://github.com/obytes/react-native-template-obytes.git"
130130
},
131-
"packageManager": "[email protected]"
131+
"packageManager": "[email protected]",
132+
"expo": {
133+
"doctor": {
134+
"reactNativeDirectoryCheck": {
135+
"listUnknownPackages": false,
136+
"exclude": [
137+
"react-native-restart"
138+
]
139+
}
140+
},
141+
"install": {
142+
"exclude": [
143+
"eslint-config-expo"
144+
]
145+
}
146+
}
132147
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)