SEMar 30, 2021

Integração e Entrega Contínua para aplicações móveis desenvolvidas em React Native

arXiv:2103.16538v1
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of inefficient CI/CD practices for mobile app developers, particularly in React Native, but it appears incremental as it applies existing CI/CD concepts to a specific technology without introducing new paradigms.

The paper tackled the challenge of implementing continuous integration and delivery (CI/CD) for mobile applications developed in React Native, aiming to automate the build and delivery process to improve code quality and meet shorter delivery times in a competitive market.

Continuous integration and continuous delivery are not new for developers who create web applications, however in the development of mobile applications this practice is still not very common mainly because of the challenges during the process of distributing the application. In the face of the growing number of applications, a greater requirement for quality and ever-shorter delivery times, delivering a healthy code is often extremely important to keep up with the competition. The purpose of this work is to implement an integration and continuous delivery pipeline for mobile applications developed in React Native. It intends to automate the process of build and delivery of applications developed with this technology.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes