dglalperen.bsky.social
@dglalperen.bsky.social
I would be interested
March 27, 2025 at 9:36 PM
Wdym by that ?
February 19, 2025 at 8:59 AM
i think this should solve your issue:
docs.expo.dev/build-refere...

{
"cli": {
"appVersionSource": "remote"
},
"build": {
"development": {
},
"preview": {
},
"production": {
"autoIncrement": true
}
}
}
App version management
Learn about different version types and how to manage them remotely or locally.
docs.expo.dev
February 18, 2025 at 3:52 PM
You could write a simple js script which increments version in the config file

After that you could just put it as a script in the package.json file

f.e call npm run update-config
Which calls the script and commits/pushes the current changes
February 17, 2025 at 9:05 PM
Actually i think the best is to just stick to the tech stack you like and not bothering too much
February 17, 2025 at 8:54 AM
Its mostly when people are afraid of actually learning things
February 6, 2025 at 9:14 PM