I have a question. I'm building an app in React Native using Expo. I want to add a custom splash image, but even though I've set the correct path, the image still doesn't appear — no image shows up at all.
Code:
"splash": {
"image": "./assets/images/car.png",
"resizeMode": "contain"}