Socket
Book a DemoInstallSign in
Socket

@config-plugins/ios-stickers

Package Overview
Dependencies
Maintainers
10
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@config-plugins/ios-stickers

Config plugin to auto configure iOS iMessage stickers

latest
Source
npmnpm
Version
12.0.0
Version published
Weekly downloads
18
-64.71%
Maintainers
10
Weekly downloads
 
Created
Source

@config-plugins/ios-stickers

Config plugin to auto-configure iOS iMessage stickers

Versioning

Ensure you use versions that work together!

expo@config-plugins/ios-stickers
54.0.012.0.0
53.0.011.0.0
52.0.09.0.0
51.0.08.0.0
50.0.07.0.0
49.0.06.0.0

Install

This package cannot be used in the "Expo Go" app because it requires custom native code.

npx expo install @config-plugins/ios-stickers

Example

In your app.json plugins array:

{
  "plugins": [
    [
      "@config-plugins/ios-stickers",
      {
        "name": "Stickers!",
        "icon": "./assets/imessage-icon.png",
        "stickerBundleId": "dev.bacon.iosstickers.stickers",
        "columns": 4,
        "stickers": [
          "./assets/stickers/annoyed.png",
          "./assets/stickers/cuddle.png",
          "./assets/stickers/crazy.png",
          "./assets/stickers/cant.png",
          "./assets/stickers/donno.png",
          "./assets/stickers/cozzy.png",
          "./assets/stickers/dork.png",
          "./assets/stickers/focus.png",
          "./assets/stickers/avocool.png",
          "./assets/stickers/coder-girl.png",
          "./assets/stickers/teapot.png"
        ]
      }
    ]
  ]
}
  • name: defaults to the iOS app name
  • stickerBundleId: custom bundle identifier for the stickers project, if not provided, it will defaults to ${ios.bundleIdentifier}.${name}-Stickers given your expo config values.
  • icon: defaults to the iOS app icon
  • columns: number of stickers to render, defaults to 3. Can be one of 2, 3, 4.
  • stickers: local file paths or remote URLs, or { image: "...", name: "...", accessibilityLabel: "..." }. Order is preserved.

Keywords

react

FAQs

Package last updated on 24 Sep 2025

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