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
- Host: GitHub
- URL: https://github.com/fwh1990/react-native-android-sign
- Owner: fwh1990
- License: mit
- Created: 2019-09-02T15:11:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T11:27:18.000Z (about 5 years ago)
- Last Synced: 2025-12-04T02:54:15.376Z (6 months ago)
- Topics: android, android-sign, keystore, signature
- Language: JavaScript
- Size: 18.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`中