Skip to content

Commit 0b049d2

Browse files
Added expo doctor props.
1 parent fb55aca commit 0b049d2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Diff for: package.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,15 @@
6868
"tailwindcss": "^3.4.17",
6969
"typescript": "~5.3.3"
7070
},
71-
"private": true
71+
"private": true,
72+
"expo": {
73+
"doctor": {
74+
"reactNativeDirectoryCheck": {
75+
"exclude": [
76+
"dotenv",
77+
"firebase"
78+
]
79+
}
80+
}
81+
}
7282
}

0 commit comments

Comments
 (0)