Skip to content

Commit

Permalink
Re-enabled expo doctor
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwasow committed Mar 8, 2025
1 parent fb7209e commit fdc2801
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/expo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

jobs:
doctor:
if: false
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
Expand Down
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,12 @@
"babel-plugin-module-resolver": "^5.0.0",
"expo-build-properties": "~0.13.2"
},
"private": true
"private": true,
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"enabled": false
}
}
}
}

0 comments on commit fdc2801

Please sign in to comment.