79522693

Date: 2025-03-20 10:58:57
Score: 2
Natty:
Report link

Instead of creating splash screen in "app.json", do it in "app.config.js".

  1. Create a new file "app.config.js" in your project directory

  2. Add

    export default { expo:{ splash: { image: "./assets/images/splash.png", resizeMode: "contain", backgroundColor: "#fefaf4" } } }

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Nishad