outsung / expo-dynamic-app-icon

🤖 Programmatically change the app icon in Expo.
106 stars 23 forks source link

Unable to pause activity #23

Open kibolho opened 6 months ago

kibolho commented 6 months ago

I am having this issue when user opens the Alias Activity for the second time... It seems that he can't closes the app. Unable to pause activity {com.package.android/.MainActivityRed}: java.lang.reflect.InvocationTargetException

Related issue: https://github.com/expo/expo/issues/15298

Maybe it is something related to this file: https://github.com/outsung/expo-dynamic-app-icon/blob/main/android/src/main/java/expo/modules/dynamicappicon/ExpoDynamicAppIconReactActivityLifecycleListener.kt

kibolho commented 6 months ago

News: After remove the expo-updates from my project the error stopped

kibolho commented 6 months ago

I added an issue to expo repo: https://github.com/expo/expo/issues/28534