How to generate Release SHA key in react native

preview_player
Показать описание
This video is a quick guide to generating release and debugging SHA key in react native with simple step-by-step guidance.

command:
keytool -list -v -keystore ./{Your_keystore_file_name} -alias {your_key_alias}

Official Website:

🙏🙏🙏🙏 Thank you for watching🙏🙏🙏🙏
Рекомендации по теме
Комментарии
Автор

i have the next error "error de herramienta de claves: java.io.IOException: Invalid keystore format"

totallymad