DEV Community

Discussion on: Get Started with React Native + Google Sign In

Collapse
 
enzou profile image
Enzo Perez • Edited

I had an error to execute the keytool command. In first you must to go to folder project and then replace by this command:

keytool -J-Duser.language=en -list -v -keystore ./android/app/debug.keystore -alias androiddebugkey -storepass android -keypass android
Enter fullscreen mode Exit fullscreen mode

it just change ~ for ./

BTW, thanks for the post!