Skip to content

Conversation

@hollyschilling-cio
Copy link
Contributor

@hollyschilling-cio hollyschilling-cio commented Dec 4, 2025

Updated the app icons in the example apps.

Also corrected minor linting errors.


Note

Updates example app icons across Android/iOS, tweaks Android launcher background color, and renames the Android app to "React Native FCM".

  • Android:
    • Switch foreground to @mipmap/ic_launcher_foreground in example/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml and ic_launcher_round.xml.
    • Change ic_launcher_background color to #18343A in values/ic_launcher_background.xml.
    • Update app_name to React Native FCM in values/strings.xml.
  • iOS:
    • Replace example/ios/SampleApp/Assets.xcassets/AppIcon.appiconset/Contents.json with universal 1024x1024 icon entries, including dark/tinted appearance variants.

Written by Cursor Bugbot for commit 83791b4. This will update automatically on new commits. Configure here.

@hollyschilling-cio hollyschilling-cio requested a review from a team as a code owner December 4, 2025 18:46
@github-actions
Copy link
Contributor

github-actions bot commented Dec 4, 2025

Sample app builds 📱

Below you will find the list of the latest versions of the sample apps. It's recommended to always download the latest builds of the sample apps to accurately test the pull request.


  • iOS APN: 549.5.0 (29414778)
  • Android APN: 549.5.0 (29414778)

This reverts commit 914bb3b.
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Missing filenames for dark and tinted icon variants

The dark mode appearance (lines 9-19) and tinted appearance (lines 20-30) image entries are missing the filename property. Only the default icon has "filename" : "iOS React Native APN.png" specified. Without filenames, iOS won't be able to load the appropriate icons for dark mode and tinted appearances, causing these variants to fall back to the default or display no icon.

Fix in Cursor Fix in Web

@hollyschilling-cio hollyschilling-cio changed the title Example app icon updates feat: Update example app icons Dec 4, 2025
@hollyschilling-cio hollyschilling-cio merged commit 5e6f255 into main Dec 4, 2025
15 of 17 checks passed
@hollyschilling-cio hollyschilling-cio deleted the hs/icon-updates branch December 4, 2025 22:46
github-actions bot pushed a commit that referenced this pull request Dec 4, 2025
## [5.3.0](5.2.0...5.3.0) (2025-12-04)

### Features

* Update example app icons ([#549](#549)) ([5e6f255](5e6f255))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants