Is your feature request related to a problem? Please describe.
Currently there is no active CI/CD enabled for this project. This makes it hard to review PRs as it requires manual building and testing of the app.
Describe the solution you'd like
Implement a CI/CD pipeline, possibly use buddybuild or Travis CI. You can refer to the way Mozilla have setup the pipelines for their iOS and Android projects.
Describe alternatives you've considered
Maybe use another build automation platform, like Circle CI and etc.
Is your feature request related to a problem? Please describe. Currently there is no active CI/CD enabled for this project. This makes it hard to review PRs as it requires manual building and testing of the app.
Describe the solution you'd like Implement a CI/CD pipeline, possibly use buddybuild or Travis CI. You can refer to the way Mozilla have setup the pipelines for their iOS and Android projects.
Describe alternatives you've considered Maybe use another build automation platform, like Circle CI and etc.
Additional context N/A