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
```
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 ```