Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

@config-plugins/react-native-siri-shortcut

Package Overview
Dependencies
Maintainers
12
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@config-plugins/react-native-siri-shortcut

Config plugin for react-native-siri-shortcut package

latest
Source
npmnpm
Version
12.0.0
Version published
Maintainers
12
Created
Source

@config-plugins/react-native-siri-shortcut

Expo Config Plugin to auto-configure react-native-siri-shortcut when the native code is generated (npx expo prebuild).

Versioning

Ensure you use versions that work together!

exporeact-native-siri-shortcut@config-plugins/react-native-siri-shortcut
55.0.03.2.412.0.0
54.0.03.2.411.0.0
53.0.03.2.410.0.0
52.0.03.2.48.0.0
51.0.03.2.47.0.0
50.0.03.2.46.0.0
49.0.03.2.35.0.0
48.0.03.2.24.0.0

Expo installation

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

First install the package with yarn, npm, or npx expo install.

npx expo install react-native-siri-shortcut @config-plugins/react-native-siri-shortcut

After installing this npm package, add the config plugin to the plugins array of your app.json or app.config.js:

{
  "plugins": ["@config-plugins/react-native-siri-shortcut"]
}

Next, rebuild your app as described in the "Adding custom native code" guide.

API

When working with Siri Shortcuts, you need to define their identifiers on the Xcode project. To achieve the same result using this plugin, just pass an array of strings with the identifiers of your shortcuts, and they will be added automatically during the build cycle:

Example

{
  "plugins": [
    [
      "@config-plugins/react-native-siri-shortcut",
      ["com.example.InitiateWorkout", "com.example.FinishWorkout"]
    ]
  ]
}

Keywords

react

FAQs

Package last updated on 09 Apr 2026

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