Instead of creating splash screen in "app.json", do it in "app.config.js".
Create a new file "app.config.js" in your project directory
Add
export default { expo:{ splash: { image: "./assets/images/splash.png", resizeMode: "contain", backgroundColor: "#fefaf4" } } }