
Security News
Nx npm Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
@appcues/expo-config
Advanced tools
Appcues Expo Module allows you to integrate Appcues push notifications into your Expo app alongside the Appcues React Native Module.
Ensure the Appcues React Native Module is installed in your app and the SDK is initialized:
import * as Appcues from '@appcues/react-native'
await Appcues.setup('APPCUES_ACCOUNT_ID', 'APPCUES_APPLICATION_ID')
It is recommended to have configured your Android and iOS push settings in Appcues Studio before configuring push notifications in your app to allow you quickly test your configuration end to end.
Copy your Firebase configuration file into your project and set the path to the file in your app.json
file, in the android.googleServicesFile
(doc) property:
{
"expo": {
...
"android": {
"googleServicesFile": "./google-services.json",
}
}
}
Note that Appcues iOS push notifications do not use Firebase.
npm install @appcues/expo-config
@appcues/expo-config
to the plugin list in your app.json
file:
{
"expo": {
...
"plugins": [
"@appcues/expo-config"
...
]
}
}
npx expo prebuild
The example
directory in this repository contains full example Expo app to providing references for correct installation of the Appcues Expo Module.
See the contributing guide to learn how to get set up for development and how to contribute to the project.
This project is licensed under the MIT License. See LICENSE for more information.
FAQs
Expo module to integrate Appcues push notifications
We found that @appcues/expo-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.