125
Feature request: IOS dynamic app icons
complete
Ladislav Soukup
Can you please consider adding support for “dynamic app icons” to expo?
Since iOS 11.3, app can specify more app icons and can switch between them using code.
It is quite easy, but requires bundling the icons in .xcasset file and entry in .plist file.
Info how to do it is here:
And of course in swift / objective-c API docs from Apple.
Activity Feed
Sort by
Evan Bacon
complete
Marking this as complete since the feature works with custom dev clients and Managed EAS Build.
We added this as an Expo config plugin. Here is a working config plugin to an existing package (iOS only).
Demo
Snehasis Debbarman
Evan Bacon: Not working
Snehasis Debbarman
Evan Bacon: Not working
Kim Brandwijk
open
Evan Bacon
planned
Evan Bacon
Scott Pritchard
The app icon is bundled into the native assets, and set in such a way that it wouldn't be changeable from JS without an update to the app.
Noé Lebrun
There's also a react native library for it as an example: https://github.com/kamsteegsoftware/react-native-alternate-icons