i need to controles my project before build with eas by this command:
sudo npx expo-doctor@latest
and i have one error and this error
this error won’t let me run my eas build until the end but for a week I haven’t found the solution I tried with expo52-canary it works but the problem is that this version is not taken into account by expo -go.
my config:
sudo npx expo config –version
0.18.29
my file package.json:
"name": "pipingdata",
“version”: “1.0.0”,
“main”: “node_modules/expo/AppEntry.js”,
“scripts”: {
“start”: “expo start”,
“android”: “expo start –android”,
“ios”: “expo start –ios”,
“web”: “expo start –web”
},
“dependencies”: {
“@expo/cli”: “^0.18.28”,
“@expo/metro-config”: “^0.18.10”,
“@react-native-async-storage/async-storage”: “^1.23.1”,
“@react-native-community/slider”: “^4.5.2”,
“eas”: “^0.1.0”,
“eas-cli”: “^10.2.2”,
“expo”: “^51.0.28”,
“expo-checkbox”: “^3.0.0”,
“expo-cli”: “^6.3.10”,
“expo-doctor”: “^1.9.0”,
“expo-print”: “^13.0.1”,
“expo-sharing”: “^12.0.1”,
“react”: “^18.2.0”,
“react-native”: “^0.74.5”,
“react-native-bouncy-checkbox”: “^4.0.1”,
“react-native-radio-buttons-group”: “^3.1.0”,
“react-native-svg”: “^15.2.0”,
“react-native-webview”: “^13.8.6”
},
“devDependencies”: {
“@babel/core”: “^7.25.2”
},
“private”: true
my error by command npx expo-doctor@latest:
youssef@MacBook-Pro-de-youssef pipingdata % sudo npx expo-doctor@latest
✔ Check Expo config for common issues
✔ Check package.json for common issues
✔ Check native tooling versions
✔ Check dependencies for packages that should not be installed directly
✔ Check for common project setup issues
✔ Check for app config fields that may not be synced in a non-CNG project
✔ Check for issues with metro config
✔ Check npm/ yarn versions
✔ Check Expo config (app.json/ app.config.js) schema
✔ Check that packages match versions required by installed Expo SDK
✔ Check for legacy global CLI installed locally
✔ Check that native modules do not use incompatible support packages
✖ Check that native modules use compatible support package versions for installed Expo SDK
Thank you for helped