
Xcode Cloud is a new CI platform from Apple. It will automatically build your app anytime you commit to certain branches. I've found that it's pretty good so far, although if it was a little faster and allowed you to cache dependencies, it would be perfect.
Setting it up for React Native applications is pretty easy. Unlike Github Actions, there is only o…
