expo-release-signing
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

npm License: MIT CI Status

expo-release-signing

Expo plugin for adding release android upload key signing config

Installation

Npm:

$ npm install --save expo-release-signing 

Yarn:

$ yarn add expo-release-signing

Add plugins to your app.json:

{
  "expo": {
    "plugins": [
      [
        "expo-release-signing",
        {
          "prefix": "EXPO"
        }
      ]
    ]
  }
}

Readme

Keywords

Package Sidebar

Install

npm i expo-release-signing

Weekly Downloads

3

Version

0.1.0

License

MIT

Unpacked Size

5.14 kB

Total Files

5

Last publish

Collaborators

  • nbottarini