I have the same problem,this is my code can you verify with me please? "{ "expo": { "name": "Fettecha", "slug": "reactexpo", "privacy": "public", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", "splash": { "image": "./assets/splash.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "ios": { "supportsTablet": true, "bundleIdentifier": "com.salem.kerkeni.reactexpo" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/icon.png", "backgroundColor": "#ffffff" }, "package": "com.salem.kerkeni.reactexpo", "config": { "googleMaps": { "apiKey": "apikey" } } }, "plugins": [ [ "expo-updates", { "username": "salem.kerkeni" } ], [ "expo-build-properties", { "android": { "usesCleartextTraffic": true }, "ios": { "flipper": true } } ] ], "package": "com.salem.kerkeni.reactexpo", "web": { "favicon": "./assets/favicon.png" }, "extra": { "eas": { "projectId": "2140de56-9d4e-4b36-86e2-869ebc074982" } }, "runtimeVersion": { "policy": "sdkVersion" }, "updates": { "url": "https://u.expo.dev/2140de56-9d4e-4b36-86e2-869ebc074982" }, "owner": "salem.kerkeni" } } "