Remove unused imports and components.

This commit is contained in:
2026-09-04 11:00:50 +02:00
parent d432b244f3
commit e63b80a92a
6 changed files with 6 additions and 30 deletions
+2 -11
View File
@@ -1,7 +1,7 @@
{
"name": "ipcostruzioni_app",
"main": "expo-router/entry",
"version": "1.7.0",
"version": "1.7",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
@@ -61,14 +61,5 @@
"eslint-config-expo": "~10.0.0",
"typescript": "~5.9.2"
},
"private": true,
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"react-native-nfc-manager"
]
}
}
}
"private": true
}