One-to-One-Video-Calling-Open-Source-React-Native-Application
One-to-One-Video-Calling-Open-Source-React-Native-Application copied to clipboard
keyStore file missing
after i do a npm install and run the command react-native run-android this error is thrown Keystore file 'F:\practise\React Native\vcloudx git repo\client\One-to-One-Video-Calling-Open-Source-React-Native-Application\android\app\debug.keystore' not found for signing config 'debug'.
Creating debug.keystore manually worked for me, run below command inside android/app directory. keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000