Skip to content

Commit

Permalink
update app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Dec 5, 2022
1 parent e142366 commit 6d00403
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 27 deletions.
18 changes: 8 additions & 10 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"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 @@ -21,14 +18,13 @@
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"assetBundlePatterns": [
"**/*"
],
"ios": {
"bundleIdentifier": "com.wcpos.client.flipper",
"buildNumber": "1.0.0",
"supportsTablet": true,
"infoPlist": {
"NSCameraUsageDescription": "This app uses the camera to scan product barcodes."
}
"supportsTablet": true
},
"android": {
"package": "com.wcpos.client.flipper",
Expand All @@ -41,11 +37,13 @@
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": ["expo-community-flipper"],
"plugins": [
"expo-community-flipper"
],
"extra": {
"eas": {
"projectId": "2a051d9c-1c4c-40e2-98c2-f87ee7b6e485"
}
}
}
}
}
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,46 +19,46 @@
"tslib": "2.4.1"
},
"dependencies": {
"@react-native-community/netinfo": "9.3.6",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/drawer": "6.5.0",
"@react-navigation/elements": "1.3.6",
"@react-navigation/native": "6.0.13",
"@react-navigation/stack": "6.3.4",
"@react-native-community/netinfo": "9.3.7",
"@react-navigation/bottom-tabs": "^6.4.3",
"@react-navigation/drawer": "6.5.3",
"@react-navigation/elements": "1.3.9",
"@react-navigation/native": "6.0.16",
"@react-navigation/stack": "6.3.7",
"@shopify/flash-list": "1.3.1",
"@wcpos/core": "*",
"expo": "47.0.6",
"expo": "47.0.8",
"expo-application": "~5.0.1",
"expo-community-flipper": "47.0.0",
"expo-constants": "~14.0.2",
"expo-dev-client": "~2.0.0",
"expo-dev-client": "~2.0.1",
"expo-device": "~5.0.0",
"expo-haptics": "~12.0.1",
"expo-linking": "~3.2.3",
"expo-modules-core": "1.0.3",
"expo-sqlite": "~11.0.0",
"expo-status-bar": "~1.4.2",
"expo-system-ui": "~2.0.1",
"expo-updates": "~0.15.5",
"expo-updates": "~0.15.6",
"react": "18.1.0",
"react-devtools-core": "4.26.1",
"react-devtools-core": "4.27.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native": "0.70.6",
"react-native-device-info": "10.3.0",
"react-native-flipper": "0.174.0",
"react-native-flipper": "0.176.0",
"react-native-gesture-handler": "~2.8.0",
"react-native-get-random-values": "~1.8.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-webview": "11.23.1"
"react-native-svg": "13.4.0",
"react-native-webview": "11.25.0"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@types/react": "^18.0.25",
"@babel/core": "^7.20.5",
"@types/react": "^18.0.26",
"@types/react-dom": "~18.0.9",
"@types/react-native": "~0.70.6",
"@types/react-native": "~0.70.7",
"@wcpos/babel-preset-expo": "*",
"@wcpos/eslint-config": "*",
"@wcpos/tsconfig": "*",
Expand Down

0 comments on commit 6d00403

Please sign in to comment.