![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
cordova-plugin-changeicon
Advanced tools
This plugin only works for iOs > 10.3. It is not currently possible to do such a thing on Android.
Based on https://medium.com/@same7mabrouk/ios-10-3-alternate-app-icons-2abd7b4c0a38
Please read this medium :
https://medium.com/@thibaut_47895/how-to-use-alternateicons-with-ionic-cordova-ca1fad7279b1
See https://ikiwitech.com/2017/05/08/change-your-ios-application-icon-runtime/
ChangeIcon.reset(Function success, Function failure)
To reset and go back to the default icon
ChangeIcon.getCurrent(Function success, Function failure)
To get the current icon used
ChangeIcon.change(String iconName ,Function success, Function failure)
To change the current icon
developer should declare all alternate icons in info.list. define CFBundleIcons key that contain 2 sub keys CFBundlePrimaryIcon and CFBundleAlternateIcons. In this case the problem is that developer should give up Asset catalog for icons and go back to the old method with .png resources.
<key>CFBundleIcons</key>
<dict>
<key>CFBundleAlternateIcons</key>
<dict>
<key>blue</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>blue</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
</dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>icon</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
</dict>
FAQs
Changing the icon dynamically on iOs 10.3
The npm package cordova-plugin-changeicon receives a total of 1 weekly downloads. As such, cordova-plugin-changeicon popularity was classified as not popular.
We found that cordova-plugin-changeicon demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.