Closed kapir closed 1 year ago
@kapir please check v5, it should solve your issue
@kapir please check v5, it should solve your issue
Thank you for your work 😄 The typescript stuff seems to be fixed, and the IOS side.
On android the application closes when changing icon. This is not desired behaviour for our usecase. I see that its the finish() call on the activity that terminates the app. https://github.com/skb1129/react-native-change-icon/commit/3cfb4ae049d0c754820295b1067063c9049e0784#diff-8e890fa4911e6b2396c4a77a8dc579425ce7d1d5d50a4866a1bcda90eb98384cR95
Let me know if you want a new issue for this or more info.
We already have another issue tracking this: #71 I will try removing the finish call on the activity, see if that fixes the issue
Hello @skb1129 ,
I would like to know, what are the minimum supported versions for Android and IOS for version 4 of this library?
This fixes a couple of things