DEV Community

Md Nadeem Anwar
Md Nadeem Anwar

Posted on

How to Generate SH1 Key in React Native App 🚀

Hello Everyone in this article we will know how to generate SH1 in React native Application.

\
Image description

To Generate SH1 key first of all we have to see our app is running or not, If your app is running then we have to follow these command .
first of all we should go to android directory.

> Command to go the android directory.

cd android

Image description

Run this command inside android dire
./gradlew signingReport

Image description

Now you can see SH1 Key is generated.

Image description

Most Important

we have to copy the SH1 key of variant : debugAndroidTest
For more information you can follow our youtube channel for firebase setup and generate SH1 key.

For detail information please watch this video

video

https://youtu.be/kd2DEaylXQM

Top comments (0)