Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@convy/expo-app-icon-variations

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@convy/expo-app-icon-variations

Config plugin to adding app icon variations to iOS bundle

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

@convy/expo-app-icon-variations

Expo config plugin to add new icon sets to the iOS bundle. For dynamically changing app icons, refer to this package instead.

Motivation

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.

Install

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.

Example

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.

Keywords

FAQs

Package last updated on 19 Apr 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc