
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@config-plugins/react-native-quick-actions
Advanced tools
Config plugin for react-native-quick-actions package
Expo Config Plugin to auto-configure react-native-quick-actions when the native code is generated (npx expo prebuild).

Tested against Expo SDK 49
This package cannot be used in the "Expo Go" app because it requires custom native code.
npx expo install.npx expo install react-native-quick-actions @config-plugins/react-native-quick-actions
After installing this npm package, add the config plugin to the plugins array of your app.json or app.config.js:
{
"expo": {
"plugins": ["@config-plugins/react-native-quick-actions"]
}
}
Next, rebuild your app as described in the "Adding custom native code" guide.
The plugin provides props for extra customization. Every time you change the props or plugins, you'll need to rebuild (and prebuild) the native app. If no extra properties are added, defaults will be used.
iOS only; an array of the objects with the following keys:
title: (string): UIApplicationShortcutItemTitle: Name of action (required)type: (string): UIApplicationShortcutItemType: A unique string that the system passes to your app (required)subtitle (string): UIApplicationShortcutItemSubtitle: Subtitle messageiconType (string): UIApplicationShortcutItemIconType: List of icon types (ex: "UIApplicationShortcutIconTypeLocation")iconSymbolName (string): UIApplicationShortcutItemIconSymbolName: Name of system icon, here is an unofficial list (ex: "square.stack.3d.up")iconFile (string): UIApplicationShortcutItemIconFile: Name of the resource file (Not supported)userInfo (XML.XMLObject): UIApplicationShortcutItemUserInfo: An optional, app-defined dictionary. One use for this dictionary is to provide app version information, as described in the “App Launch and App Update Considerations for Quick Actions” section of the overview in UIApplicationShortcutItem Class Reference.{
"expo": {
"plugins": [
[
"@config-plugins/react-native-quick-actions",
[
{
"title": "Take Photo",
"type": "photo",
"iconType": "UIApplicationShortcutIconTypeCapturePhoto"
}
]
]
]
}
}
FAQs
Config plugin for react-native-quick-actions package
The npm package @config-plugins/react-native-quick-actions receives a total of 26 weekly downloads. As such, @config-plugins/react-native-quick-actions popularity was classified as not popular.
We found that @config-plugins/react-native-quick-actions 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.