#release-engineering (2022-08)

jenkins_ci All things CI/CD. Specific emphasis on Codefresh and CodeBuild with CodePipeline.

CI/CD Discussions

Archive: https://archive.sweetops.com/release-engineering/

2022-08-15

Ashwin Jacob avatar
Ashwin Jacob

Any recommendations on tools to build and release mobile apps? I was recommended https://fastlane.tools/ but wanted to get other inputs as well.

For context, we are building our mobile app using React Native

jose.amengual avatar
jose.amengual

although I did not do the coding I did the pipelines using fastlane and is was the best at that time, we got all the osx and android pipelines working in no time

jose.amengual avatar
jose.amengual

compared with the traditional method of downloading sdk compiling , signing etc

jose.amengual avatar
jose.amengual

since fastlane can do all of those

1
Andrew Nazarov avatar
Andrew Nazarov

We are using fastlane as well. Haven’t got any complains from our mobile team)

1
Brandon avatar
Brandon

Expo is pretty cool too https://expo.dev

Expo

Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React.

2022-08-18

2022-08-28

    keyboard_arrow_up