
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@convy/expo-app-icon-variations
Advanced tools
Config plugin to adding app icon variations to iOS bundle
Expo config plugin to add new icon sets to the iOS bundle. For dynamically changing app icons, refer to this package instead.
Apple allows you to add multiple icon variations into your app. It can be useful, for example, to A/B test different icons in your App Store listing. To make it possible, you should add your icons as .appiconset
directories. This plugin does exactly that.
This package cannot be used in the "Expo Go" app because it requires custom native code.
First install the package with npx expo install
.
npx expo install @convy/expo-app-icon-variations
After installing this npm package, add the config plugin to the plugins
array of your app.json
or app.config.js
. Then rebuild your app as described in the "Adding custom native code" guide.
In your app.json plugins
array:
{
"plugins": [
"@convy/expo-app-icon-variations",
["./path/to/image.png", "https://mywebsite.com/my-icon.png"]
]
}
Note: Icon URLs will be downloaded and embedded at build time, you cannot push new icons OTA.
FAQs
Config plugin to adding app icon variations to iOS bundle
We found that @convy/expo-app-icon-variations 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.