feat: implement app update checks and add app configuration file

This commit is contained in:
imeepos
2026-01-27 11:52:59 +08:00
parent 533b58ccf4
commit 3bc113bf9c
3 changed files with 170 additions and 2 deletions

View File

@@ -16,7 +16,11 @@
"lint": "expo lint",
"test": "./node_modules/.bin/jest",
"test:watch": "./node_modules/.bin/jest --watch",
"test:coverage": "./node_modules/.bin/jest --coverage"
"test:coverage": "./node_modules/.bin/jest --coverage",
"update:dev": "eas update --branch development --message",
"update:preview": "eas update --branch preview --message",
"update:production": "eas update --branch production --message",
"update:auto": "eas update --auto"
},
"dependencies": {
"@better-auth/expo": "1.3.34",