nextnative

GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
  • πŸš€ Get started β†—
  • πŸ“š Tutorials
    • ⚑️ Ship in 5 minutes
    • πŸ“‚ Project Structure
    • πŸ”— Ionic Router
    • πŸ”„ Make Requests to API
    • πŸ“± Native Device Features
    • 🎨 Splash Screen
    • πŸ”‘ Onboarding Flow
  • πŸ—‚οΈ Database
  • πŸ’° In-App Purchases
  • πŸ”’ Authorization
  • πŸ”” Push Notifications
  • πŸ“¦ Assets
  • 🎨 Components
    • Modal
  • 🎁 Extras
  • πŸš€ Get started β†—
  • πŸ“š Tutorials
    • ⚑️ Ship in 5 minutes
    • πŸ“‚ Project Structure
    • πŸ”— Ionic Router
    • πŸ”„ Make Requests to API
    • πŸ“± Native Device Features
    • 🎨 Splash Screen
    • πŸ”‘ Onboarding Flow
  • πŸ—‚οΈ Database
  • πŸ’° In-App Purchases
  • πŸ”’ Authorization
  • πŸ”” Push Notifications
  • πŸ“¦ Assets
  • 🎨 Components
    • Modal
  • 🎁 Extras
Question? Give us feedback β†’ (opens in a new tab)Edit this page
πŸ“¦ Assets

Genereting different icon sizes from your logo

  1. Once you created your logo, copy & paste it to /assets folder.
assets/
β”œβ”€β”€ icon-only.png
β”œβ”€β”€ icon-foreground.png
β”œβ”€β”€ icon-background.png
β”œβ”€β”€ splash.png
└── splash-dark.png
  1. Run a command below to create a folder /icons with different icon sizes.
npx capacitor-assets generate
πŸ’‘

Learn more in Capacitor docs (opens in a new tab)

πŸ”” Push NotificationsModal

NextNative Docs