design-splash-screen
Installation
SKILL.md
Design Splash Screen (Android)
Android 12+ uses the official SplashScreen API — different from iOS storyboard pattern.
How it works (Android 12+)
System renders:
- Window background (color)
- Animated app icon (default duration)
- Brand image (optional)
- App's first activity
Android 11 and below: fallback to expo-splash-screen full-screen image.
RN+Expo config
npx expo install expo-splash-screen