0.0.4 • Published 2 years ago

expo-idnow-auto-ident-config-plugin v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

expo-idnow-auto-ident-config-plugin

config plugin for expo-idnow-auto-ident, use it to setup android configuration for AutoIdent.

Installation

npm install expo-idnow-auto-ident-config-plugin --save

or

yarn add expo-idnow-auto-ident-config-plugin  

Usage

your app.json file should look something like this:

"plugins": [
      [
        "expo-build-properties",
        {
            "android": {
              "minSdkVersion": 23,
              "extraMavenRepos": [
                "https://raw.githubusercontent.com/idnow/de.idnow.android.sdk/master"
              ],
              "kotlinVersion": "1.8.0"
            },
            "ios": {
              "deploymentTarget": "13.0"
            }
          }
      ],
      ["expo-idnow-auto-ident-config-plugin"]
    ]
1.0.0

1 year ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago