Version numbers vs. build numbers in app.json

How do build numbers vs. version numbers work in app.json? Do build numbers reset to 1.0.0 whenever the version number bumps up? Are there any conventions around build numbers?

Hey @dqii, I’d recommend reading this section of our docs. Deploying to App Stores - Expo Documentation

Cheers,
Adam

Hi, I’d read that, but still wasn’t sure about conventions around build numbers. For example, is something like version number (1.0.0) and then incrementing build number like (1.0.0.1, 1.0.0.2, 1.0.0.3, …) typical? etc.

Hi, I increment with 1.0.1 1.0.2 1.0.3 … I do not need too many dot separator for my projects… and I do not know if expo accept more than 2 dots.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.