I’ve checked a dozen times the path is correct:
1024x1024 no transparency
{
"expo": {
"name": "Valutok v1",
"slug": "valutok-mobile-v1",
"version": "1.0.2",
"orientation": "portrait",
"icon": "./assets/appicon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.valutok.valutokmobilev1prod"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/appicon.png",
"backgroundColor": "#ffffff"
},
"package": "com.valutok.valutokmobilev1prod"
},
"web": {
"favicon": "./assets/appicon.png"
},
"owner": "valutok",
"extra": {
"eas": {
"projectId": "5df400b4-1d16-45dc-954c-94efcf64d673"
}
}
}
}