Last active
April 9, 2021 20:38
-
-
Save FreddyPoly/101a9d53a9242fb314d477479216d8d9 to your computer and use it in GitHub Desktop.
[REACT NATIVE] Get SHA1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Debug SHA1 (root of project) | |
keytool -J-Duser.language=en -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android | |
Release SHA1 (/android/app/) | |
keytool -J-Duser.language=en -list -v -keystore mystore.keystore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment