DEV Community

Discussion on: Automatic Versioning for React Native Apps

Collapse
 
sardok profile image
sinx

Can't you use package['name'] in Fastline file? What is the reason chosing ENV[APP_NAME] over it?

Collapse
 
osamaqarem profile image
Osama Qarem

Good point! Thanks. I've updated the post!

The reason being is that I copied most of the fastfile for this post from a project I was working on where pacakge['name'] was different from the Xcode project name 😂