Skip to content

Commit

Permalink
Merge pull request #394 from itbel/ib-package-updates
Browse files Browse the repository at this point in the history
Package updates
  • Loading branch information
itbel committed Sep 11, 2023
2 parents 49c587c + 2c329eb commit 1463521
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 131 deletions.
9 changes: 7 additions & 2 deletions app.json
Expand Up @@ -20,7 +20,9 @@
},
"scheme": "tmh",
"updates": {
"fallbackToCacheTimeout": 0
"enabled": false,
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/3ddfe55c-e4da-48e7-8ee3-dedad814136e"
},
"assetBundlePatterns": ["**/*"],
"notification": {
Expand Down Expand Up @@ -84,6 +86,9 @@
}
}
]
]
],
"runtimeVersion": {
"policy": "appVersion"
}
}
}
9 changes: 6 additions & 3 deletions eas.json
Expand Up @@ -6,13 +6,16 @@
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
"distribution": "internal",
"channel": "development"
},
"preview": {
"distribution": "internal"
"distribution": "internal",
"channel": "preview"
},
"production": {
"autoIncrement": true
"autoIncrement": true,
"channel": "production"
}
},
"submit": {
Expand Down
128 changes: 4 additions & 124 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -45,7 +45,7 @@
"expo-clipboard": "~4.3.1",
"expo-constants": "~14.4.2",
"expo-device": "~5.4.0",
"expo-file-system": "~15.4.3",
"expo-file-system": "~15.4.4",
"expo-font": "~11.4.0",
"expo-linear-gradient": "~12.3.0",
"expo-linking": "~5.0.2",
Expand All @@ -54,7 +54,6 @@
"expo-random": "~13.2.0",
"expo-secure-store": "~12.3.1",
"expo-splash-screen": "~0.20.5",
"expo-updates": "~0.18.12",
"jest": "^29.2.1",
"jest-expo": "49.0.0",
"moment": "^2.24.0",
Expand Down

0 comments on commit 1463521

Please sign in to comment.