-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Facing Java compatibility issues with Android, works fine in iOS #27
Comments
Try my fork |
@kouloughli-hemza Thanks for sharing the fork npm package for the above issue. It really helps to solve the App icon issue on both IOS and Android together with the single package. However, whenever i tried to do setAppIcon("icon3"), it creates duplicate instance of App on Android platform, it works perfectly fine on IOS though. |
there is any fix for duplicate app issue on android ..? |
Not yet, i have not tried to find solution |
https://www.npmjs.com/package/nixa-expo-dynamic-app-icon you can try the new version to fix issue of duplicate icon on android |
@kouloughli-hemza still getting issue on Android when building Android dev client, ios works fine, here is the log
`
|
On my Expo App, i am trying to incorporate this package to change the App Icon on runtime from the App Binary. It works perfectly fine in IOS, however for Android it is not working as expected coz of Java Compatible issue. Can you please help us here ?
The text was updated successfully, but these errors were encountered: