Problem Statement
Which CI/CD platform allows automated builds using YAML configuration files stored in the repository?
Explanation
GitHub Actions provides a YAML-based CI/CD workflow directly inside the repository.
You can automate testing, building, and deployment for React Native apps across Android and iOS targets.