How to get debug version of react-native app. For release version of apk, i am using >cd android && ./gradlew assembleRelease. Generated apk will be stored at app/build/outputs/apk.
Is there any command like this to generate debug version of apk? Please let me know the path where it stores.
Thanks.