1.0.0 • Published 1 year ago

config-plugin-remove-jitpack v1.0.0

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

config-plugin-remove-jitpack

JitPack is added in the base template for Android builds on Expo, this removes it.

Install

yarn add config-plugin-remove-jitpack

Open app.json (or app.config.{js/ts}) and add to plugins:

{
  "plugins": [
    "config-plugin-remove-jitpack"
  ]
}