Skip to content

Commit

Permalink
fix expo doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GSTJ committed Dec 15, 2024
1 parent 07cf00e commit 19ec1e9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 28 deletions.
16 changes: 12 additions & 4 deletions examples/kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"private": true,
"main": "index.js",
"scripts": {
"android": "expo start --android",
"ios": "expo start --ios",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"start": "expo start",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
Expand All @@ -16,6 +16,15 @@
"typecheck": "tsc --noEmit --emitDeclarationOnly false",
"doctor": "pnpm expo-doctor"
},
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"react-native-magic-modal"
]
}
}
},
"eslintConfig": {
"root": true,
"extends": [
Expand All @@ -24,7 +33,6 @@
},
"dependencies": {
"expo": "^52.0.18",
"expo-doctor": "1.12.4",
"expo-router": "^4.0.11",
"expo-splash-screen": "0.29.18",
"expo-status-bar": "~2.0.0",
Expand All @@ -37,8 +45,8 @@
"react-native-web": "~0.19.13"
},
"devDependencies": {
"expo-doctor": "1.12.4",
"@types/react": "~18.3.12",
"@types/react-native": "^0.73.0",
"@babel/core": "~7.26.0",
"@babel/runtime": "^7.26.0",
"@magic/eslint-config": "workspace:*",
Expand Down
28 changes: 4 additions & 24 deletions pnpm-lock.yaml

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

0 comments on commit 19ec1e9

Please sign in to comment.