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.