The official ReactJS documentation suggests to run the following command in the terminal for generating the release APK
cd android && ./gradlew assembleRelease
I get an exception in response to this command:
cd android && ./gradlew assembleRelease '.' is not recognized as an internal or external command, operable program or batch file.
What is an issue?