Build your NativePHP apps in the cloud. Plans from $19/month + a FREE Mobile Mini license

Splash Screens


On this page

NativePHP makes it easy to add custom splash screens to your iOS and Android apps.

#Supply your Splash Screens

Place the relevant files in the locations specified:

  • public/splash.png - for the Light Mode splash screen
  • public/splash-dark.png - for the Dark Mode splash screen

#Requirements

  • Format: PNG
  • Minimum Size/Ratio: 1080 × 1920 pixels
  • GD PHP extension must be enabled, ensure it has enough memory (~2GB should be enough)