
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
@adrianso/expo-appcenter
Advanced tools
Expo plugin for react native appcenter SDK
Note: This is a fork of BelkaLab's expo-appcenter
. The difference is that with this fork, you provide the secrets through the plugin config, while in the original repo you provide it by creating files with the secrets. Aside from that, this fork will continue to be updated as required.
For managed managed Expo projects, please follow the installation instructions in the API documentation for the latest stable release. If you follow the link and there is no documentation available then this library is not yet usable within managed projects — it is likely to be included in an upcoming Expo SDK release.
For bare React Native projects, you must ensure that you have installed and configured the react-native-unimodules
package before continuing.
expo-cli@4.4.4
or later.appcenter
JavaScript libraries:yarn add appcenter appcenter-analytics appcenter-crashes
expo install
expo install expo-appcenter
expo install
# using yarn
yarn add @armster/expo-appcenter
# using npm
npm install @armster/expo-appcenter
Open your app.json
and update your plugins
section (expo install
would do it for you):
{
"plugins": [
[
"@armster/expo-appcenter",
{
"iosAppSecret": "<ios_app_secret>",
"androidAppSecret": "<android_app_secret>"
}
]
]
}
Contributions are very welcome! Please refer to guidelines described in the contributing guide.
FAQs
Expo plugin for react native appcenter SDK
We found that @adrianso/expo-appcenter 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.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.