learning-software-engineering / learning-software-engineering.github.io

MIT License
15 stars 202 forks source link

Automatically build a React Native app APK using Github Actions #549

Closed ahmedkhalf closed 6 months ago

ahmedkhalf commented 6 months ago
Manual builds can be time-consuming and error-prone.
As part of the article I will show how GitHub Actions can streamline the build process,
and give steps to configuring workflows for building React Native apps.

@DanielDervishi will be my peer reviewer.

closes #450