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

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay