An open API service indexing awesome lists of open source software.

https://github.com/fwh1990/react-native-android-sign

Generate android signature file automatically
https://github.com/fwh1990/react-native-android-sign

android android-sign keystore signature

Last synced: about 2 months ago
JSON representation

Generate android signature file automatically

Awesome Lists containing this project

README

          

# react-native-android-sign
对android一键签名文件,拒绝繁琐

# 安装
```bash
# Npm
npm install react-native-android-sign --save-dev

# Yarn
yarn add react-native-android-sign --dev
```

# 使用
```bash
npx android-sign
```

# 注意事项
生成后签名后,会打印出一串配置,您需要将这段配置复制到文件`.android/app/build.gradle`中