DEV Community

Cover image for Shipping React Native apps with Fastlane

Shipping React Native apps with Fastlane

Carlos Cuesta on September 07, 2017

Originally posted at carloscuesta's blog Building native applications with React (JavaScript) is awesome ❤️. Until the time you have to releas...
Collapse
 
breeny profile image
Andrew Breen 👨‍💻

Great write up - I had the (at the time) pain of setting up an RN project with Fastlane. Had to stumble through a lot of the configuration myself.

You should have a look at adding in your store listing data as part of the build too - it's an easy way to make sure that your listing goes live with a new version (if there's new features etc).

Anyone who is doing mobile apps development should be on Fastlane - there's no reason not to use it, and it's simple to work with tools like RN (or Phonegap, Ionic etc. etc.).

Collapse
 
carloscuesta profile image
Carlos Cuesta

For sure! There are a lot of automations that aren't covered in this post, such as making screenshots, automating changelogs etc. 😊

Collapse
 
kayis profile image
K

Nice post!

I was baffled when I started with React-Native and Fastlane saved me.

Collapse
 
carloscuesta profile image
Carlos Cuesta

Thanks!