16

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.

rajithShetty
  • 311
  • 1
  • 3
  • 13

2 Answers2

18

Run expo credentials:manager

You can check the documentation here https://docs.expo.io/distribution/app-signing/

Alejov
  • 464
  • 6
  • 14
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