0.1.0 • Published 1 year ago

expo-release-signing v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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"
        }
      ]
    ]
  }
}
0.1.0

1 year ago