Me too i have react-native project and i want to build it android side “apk” i’m doing this workflow:
- Activate SSH key.
- Git Clone Repository. checked
- Run npm commande (npm install).
- Run npm commande (run “cd android && ./gradlew assembleRelease”) => to generate apk
- Deploy to Bitrise Build
- Firebase App Distribution
please i need help