New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

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

Package Overview
Dependencies
Maintainers
13
Versions
15
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
13.0.2
Version published
Weekly downloads
249
-75.05%
Maintainers
13
Weekly downloads
 
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
56.0.03.2.413.0.0
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 15 Aug 2026

Related posts