This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Assets Management
Nick Iliev edited this page May 28, 2020
·
2 revisions
You can quickly configure the icons and splash screens of your app by providing a single PNG
source file. Sidekick uses this image to generate the image resources for all mobile platforms.
TIP: You must provide separate image sources for the icons and splash screens.
- The source image must be in the
PNG
format. - The source image must be at least
1024x1024
pixels.
TIP: If the splash screen source image contains a logo-like image, the logo must be centered. Otherwise, it might not be resized properly.
IMPORTANT: The application assets that Sidekick creates from your source image will overwrite any existing icons or splash screens.
- Launch NativeScript Sidekick and open your app.
- From the left toolbar, select Assets to open the Assets view.
- To generate the icons of your app, complete the following steps.
- In the icon placeholder in the generator, click Browse.
- Browse and locate the image source that you want to use, select it, and click Open.
- When prompted, choose for which platforms you want to generate icons.
- Click Generate and wait for the operation to complete.
- To generate the splash screens of your app, complete the following steps.
- In the splash screen placeholder in the generator, click Browse.
- Browse and locate the image source that you want to use, select it, and click Open.
- When prompted, choose for which platforms you want to generate splash screens.
- (Optional) Provide a custom background color in a hexadecimal format.
- Click Generate and wait for the operation to complete.
- (Optional) Select the Android and iOS tabs to inspect the newly added app assets.
Deploy your app on a connected device to check the newly added icons and splash screens.
- Introduction
- Get Started
- User Guide
- Logging in Sidekick
- Sidekick Settings
- Creating Your App
- Configuring Your App
- Adding Pages
- Code Signing You App
- Building Your App
- Running Your App
- Publishing Your App
- Troubleshooting