Search code examples
react-nativeandroid-keystore

React Native Signed APK secure credentials


I am going to generate my APK to upload to the play store. I am following the React-Native documentation.

I want to protect my keystore password. But I use Windows (in the documentation it only appears for OSX)

I try storePassword Console.ReadLine("\n\$ Enter keystore password: ") but didn't work


Solution

  • I found a solution. Generate the APK from Android Studio. I Follow the steps in this tutorial

    Remember choose "Generate Signed Bundle / APK" on Android Studio