Skip to main content

React Native & Expo Notes

warning

The information below is a copy paste for later testing.

Converting Existing Google App Signing Key Certificate to Keystore

openssl x509 -inform DER -in deployment_cert.der -out certificate.pem
keytool -import -alias mycert -file certificate.pem -keystore emptykeystore.jks -storepass changeit -keypass changeit