Software Alternatives & Reviews

CI for RN

GitHub Actions fastlane Visual Studio App Center
  1. Automate your workflow from idea to production
    Pricing:
    • Open Source
    Https://github.com/features/actions - GitHub actions are awesome. You can setup a CI env tied directly to a repo, and have it run when an event happened for the repo, like push, merge, commit... You get the idea. While it’s not directly related to react-native, you can leverage any of the pre-built actions, or often times combine this with fast lane listed above. I use GitHub actions on a number of projects, and highly recommend them.

    #DevOps Tools #Continuous Integration #Continuous Deployment 274 social mentions

  2. Connect all iOS deployment tools into one streamlined workflow
    Pricing:
    • Open Source
    Https://fastlane.tools - Works a bit different from others in that it does not host anything. It’s a set of high quality tools that you can leverage to build your own CI env. It’s a bit like DIY, but with the project already half built for you. I’m currently using it in a project and it great.

    #Development Tools #Application Builder #Continuous Integration 41 social mentions

  3. Continuous everything – build, test, deploy, engage, repeat
    Pricing:
    • Open Source
    App center.ms is also a good one. Supports react native and can auto push to TestFlight and play store beta and public channels.

    #Project Management #No Code #Development 24 social mentions

Discuss: CI for RN

Log in or Post with