Daniel Schmidt
Daniel Schmidt

Reputation: 11921

How can I build a react-native iOS Application with fastlane

I would like to have my (let's say fresh) react-native application build and pushed to apples itunes connect with fastlane, as it seems to be able to have this done in one task. How would a fastlane configuration or generally speaking a project setup would look like?

My main pain points are

Upvotes: 0

Views: 974

Answers (1)

Daniel Schmidt
Daniel Schmidt

Reputation: 11921

I figured out how to do this and wrote a blog post about it: https://weluse.de/blog/react-native-deployment-with-fastlane.html

Upvotes: 1

Related Questions