To complete the logo setup for VKS News, please follow these steps:
- Your logo image should be a PNG file with a transparent background (or black background as configured)
- Recommended sizes:
- App Icon: 1024x1024 pixels (square)
- Splash Screen: 1284x2778 pixels (or similar high resolution)
- Adaptive Icon: 1024x1024 pixels (square)
- Place your logo image file in the
assetsfolder - Name it exactly:
vks-logo.png - The file path should be:
newsAppDC/assets/vks-logo.png
The app is already configured to use vks-logo.png in:
- ✅ App icon (
app.json→icon) - ✅ Splash screen (
app.json→splash.image) - ✅ Android adaptive icon (
app.json→android.adaptiveIcon.foregroundImage) - ✅ Web favicon (
app.json→web.favicon)
After adding the logo file:
-
Clear the Expo cache:
npm start -- --clear
-
Restart the app to see the new logo
Based on your logo description:
- Letters: "VKS" in bright blue
- Background: Black (already configured in
app.json) - Arc: Red and blue swoosh design
The app configuration uses:
- Splash background: Black (
#000000) - Android adaptive icon background: Black (
#000000)
If the logo doesn't appear:
- Ensure the file is named exactly
vks-logo.png(case-sensitive) - Check that the file is in the
assetsfolder - Clear Expo cache and restart:
npm start -- --clear - For production builds, you may need to rebuild the app
✅ App name changed to "vks news"
✅ Package name updated to "com.vks.news"
✅ All logo references configured
⏳ Waiting for logo image file to be added to assets/vks-logo.png