Skip to content

Commit

Permalink
update expo
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Nov 19, 2022
1 parent f6ece59 commit e142366
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
8 changes: 7 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"slug": "wcpos-monorepo-app-with-flipper",
"owner": "kilbot",
"version": "1.0.0",
"runtimeVersion": {
"policy": "sdkVersion"
},
"githubUrl": "https://github.com/wcpos/app-with-flipper",
"jsEngine": "hermes",
"orientation": "portrait",
Expand All @@ -22,7 +25,10 @@
"ios": {
"bundleIdentifier": "com.wcpos.client.flipper",
"buildNumber": "1.0.0",
"supportsTablet": true
"supportsTablet": true,
"infoPlist": {
"NSCameraUsageDescription": "This app uses the camera to scan product barcodes."
}
},
"android": {
"package": "com.wcpos.client.flipper",
Expand Down
4 changes: 1 addition & 3 deletions eas.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"build": {
"base": {
"node": "16.18.1",
"env": {},
"cache": {
"key": "1"
Expand All @@ -26,8 +27,5 @@
"simulator": true
}
}
},
"cli": {
"version": ">= 0.39.0"
}
}
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
"eject": "expo eject",
"eas-build-post-install": "echo 'Post install build?'"
},
"resolutions": {
"ajv": "8.11.2",
"axios": "0.27.2",
"tslib": "2.4.1"
},
"dependencies": {
"@react-native-community/netinfo": "9.3.6",
"@react-navigation/bottom-tabs": "^6.4.0",
Expand All @@ -22,7 +27,7 @@
"@react-navigation/stack": "6.3.4",
"@shopify/flash-list": "1.3.1",
"@wcpos/core": "*",
"expo": "^47.0.5",
"expo": "47.0.6",
"expo-application": "~5.0.1",
"expo-community-flipper": "47.0.0",
"expo-constants": "~14.0.2",
Expand All @@ -43,16 +48,14 @@
"react-native-flipper": "0.174.0",
"react-native-gesture-handler": "~2.8.0",
"react-native-get-random-values": "~1.8.0",
"react-native-reanimated": "2.12.0",
"react-native-reanimated": "2.13.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.2",
"react-native-svg": "13.5.0",
"react-native-web": "~0.18.10",
"react-native-webview": "11.23.1"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@expo/webpack-config": "^0.17.3",
"@types/react": "^18.0.25",
"@types/react-dom": "~18.0.9",
"@types/react-native": "~0.70.6",
Expand Down

0 comments on commit e142366

Please sign in to comment.