How can I create a react native debug keystore?

Android

: Generate Release/Debug Keystores

  1. Keystore name: “Debug.Keystore
  2. Keystore password: “android
  3. Key alias: “androiddebugkey”
  4. Key password: “android
  5. CN: “CN=Android Debug,O=Android,C=US”
  1. Unzip apk.
  2. Get MD5 and SHA1 of certificate of APK: $ keytool -printcert -file ./META-INF/ANDROID_.RSA.
  3. GetMD5 and SHA1 Keystore: $ keytool -list –Keystore signing-key.Keystore.
  4. Compare MD5/SHA1 to see if they are similar. Keystore .