Petr Chalupa
Petr Chalupa
Hello @jakex7, could you please have a look at this PR? :)
I had the same problem with the production build and Apollo Client Dev Tools. I messed up the import (auto-import 🙈) so it missed the ENV check at the [index.js](https://github.com/expo/dev-plugins/blob/fe3724f8e06f1534fb25d127f84270b953f63af9/packages/apollo-client/src/index.ts#L4)....
Hey, thank you for opening an issue here! It would be nice to add Android support. I will read through the docs and try to implement it. Or, If you...
This [blog post](https://medium.com/@callmeryan/changing-the-android-app-icon-programmatically-c913550330d) seems like a good source.
> Definitely looks good - from analysing popular apps that implement this functionality it seems like that's the most common way of doing it! > > I'll see if I...
The work is in progress. So far no struggles. The module API will remain the same. There is a [branch](https://github.com/pchalupa/expo-alternate-app-icons/tree/feat/android-support).
> Any progress report?, since there haven't been any commits in a while, this lib is the only properly maintained one that is designed with expo in mind Thanks for...
**Status update** Today I was able to change the app icon on the Android! 🎉 Now I need to polish the code and start working on the config plugins. https://github.com/pchalupa/expo-alternate-app-icons/assets/20438579/a4634901-3640-4020-8c17-faa172e7e56d
**Status update** The key part of AndroidManifest can be updated with Config Plugins. 🎉 Now, I am seeking how to reuse an existing Config Plugin for asset generation: https://github.com/expo/expo/blob/3f2a537ad63b231e527aa7206ce8d271e91a2e84/packages/%40expo/prebuild-config/src/plugins/icons/withAndroidIcons.ts#L39
Sorry guys I did not make any progress in the past few days. What I need to do next, is to design the config plugin API, because the current one...