pchalupa / expo-alternate-app-icons

Provides functions that let you change the app icon.
https://www.npmjs.com/package/expo-alternate-app-icons
MIT License
43 stars 4 forks source link

fix(android): handle fully qualified name for activity classes #107

Closed INDAPP closed 3 weeks ago

INDAPP commented 3 weeks ago

Fully Qualified Class Names in Activities cause an unrecognized icon name on Android Release Build. This PR splits the class name in the Kotlin module and uses only the last segment (Simple Name).

📦 Published PR as canary version: 1.0.2--canary.107.2355084.0
:sparkles: Test out this PR locally via: ```bash npm install expo-alternate-app-icons@1.0.2--canary.107.2355084.0 # or yarn add expo-alternate-app-icons@1.0.2--canary.107.2355084.0 ```