Is there a certain command in expo to get the certificate? All the guide I find are for just react-native which tell me to go to android folder.
Asked
Active
Viewed 1.2k times
2 Answers
18
Run expo credentials:manager
You can check the documentation here https://docs.expo.io/distribution/app-signing/

Alejov
- 464
- 6
- 14
-
9The updated command is `eas credentials`. – Divyanshu Mahajan Nov 28 '22 at 18:54
-
is there a way i can get it locally? without eas? – Bryan Lumbantobing Jul 23 '23 at 06:53
3
Using the Expo Dashboard, you can log into https://expo.dev/. If you have an existing build, select it. SHA-1 certificate is under configure -> credentials

Mydhe
- 181
- 1
- 8