Skip to content

Commit d8d1b4a

Browse files
author
tingyuan
committed
-
1 parent c18b493 commit d8d1b4a

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,14 @@
6767
"react-test-renderer": "18.2.0",
6868
"typescript": "~5.3.3"
6969
},
70-
"private": true
70+
"private": true,
71+
"expo": {
72+
"doctor": {
73+
"reactNativeDirectoryCheck": {
74+
"exclude": [
75+
"react-atomic-context"
76+
]
77+
}
78+
}
79+
}
7180
}

0 commit comments

Comments
 (0)