modified: mobile/package.json
This commit is contained in:
parent
aae968b1c2
commit
be9f34fcc2
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue