skb1129 / react-native-change-icon

Change your application icon programmatically for React Native apps
MIT License
500 stars 91 forks source link

Fix #70, correctly handling the case where the current compentClass ends with MainActivity #81

Closed jaredly closed 1 year ago

jaredly commented 1 year ago

Java was throwing an exception. I also guarded against changeIcon(null), which also resulted in a native-side crash, instead of rejecting the promise.

santoshD93 commented 1 year ago

Upvote👍🏽

skb1129 commented 1 year ago

check the updated version, it should solve your issue