Remove unused expo configuration from package.json

This commit is contained in:
2026-09-04 11:01:57 +02:00
parent 88cb5d8d74
commit 9321ac76bb
+1 -10
View File
@@ -68,14 +68,5 @@
"eslint-config-expo": "~10.0.0", "eslint-config-expo": "~10.0.0",
"typescript": "~5.9.2" "typescript": "~5.9.2"
}, },
"private": true, "private": true
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"react-native-nfc-manager"
]
}
}
}
} }