modified: mobile/package.json

This commit is contained in:
MoCipher 2026-02-20 10:10:55 +01:00
parent aae968b1c2
commit be9f34fcc2

View file

@ -9,7 +9,8 @@
"ios": "expo run:ios", "ios": "expo run:ios",
"web": "expo start --web", "web": "expo start --web",
"test": "jest --config ./jest.config.js --runInBand", "test": "jest --config ./jest.config.js --runInBand",
"lint": "eslint . --ext .ts,.tsx" "lint": "eslint . --ext .ts,.tsx",
"prebuild": "echo 'prebuild hook (placeholder for native module generation)'"
}, },
"dependencies": { "dependencies": {
"expo": "~48.0.0", "expo": "~48.0.0",