Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@betomorrow/expo-android-release-config

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@betomorrow/expo-android-release-config

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

@betomorrow/expo-android-release-config

Provide Android signing release of your Expo CNG app from file without using EAS.

Installation in managed Expo projects

Add this package to your dependencies and reference it in the plugins section of your app.json/app.config.js/app.config.ts:

{
    "plugins": [
        "@betomorrow/expo-android-release-config",
    ]
}

No extra configuration can be passed to the plugin at the moment.

Rerun npx expo prebuild --clean for the plugin to apply.

Plugin expect a signing.properties file within your Expo app root, whose keys are described in the example file.

Installation in bare React Native projects

Installing this package in a bare React Native project is pointless since you can put your own signing config and commit it.

Add the package to your npm dependencies

Any package manager will do, adjust to your preferences.

npm install expo-android-release-config

FAQs

Package last updated on 30 Jul 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc