I have a problem there too. but in my case, when I want to render an image for the splash screen, what appears on the splash screen is an image for the icon. does anyone have the same problem? Heres my app.json
{
"expo": {
"name": "KawanTaaruf",
"slug": "KawanTaaruf",
"version": "1.0.0",
"orientation": "portrait",
"userInterfaceStyle": "light",
"newArchEnabled": true,
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "red"
},
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.awriyou.KawanTaaruf"
},
"web": {
"favicon": "./assets/favicon.png"
}
}
}
Anyone can help meeeeee please, im so stuck, I just learned to make react native applications from expo