Skip to main content

2 posts tagged with "CI/CD"

Articles related to Continuous Integration and Continuous Delivery

View All Tags

Top 10 React Native and Expo Updates to Track

· 10 min read
Full Stack Developer
Last updated on May 23, 2026

This stretch has been one of the busiest periods the React Native ecosystem has seen in years. The important changes are not limited to framework releases. They also affect build pipelines, performance tooling, Expo workflows, and the platform requirements that determine whether your app can ship at all.

If you are building or maintaining a production app, these are the updates worth tracking first.

React Native and Expo ecosystem updates across architecture, OTA delivery, CI/CD, and store policy

Continuous Integration for React Native Apps with Fastlane and GitHub Actions

· 10 min read
Mobile Developer
Last updated on May 17, 2026

continuous integration on react native apps

Continuous integration for React Native should do more than run npm test. A useful pipeline protects every pull request, builds signed release artifacts from clean commits, keeps secrets out of the repository, and makes app store submission repeatable.