Skip to content

Commit

Permalink
Revert "fix eas android build"
Browse files Browse the repository at this point in the history
This reverts commit 9e3f6bb.
  • Loading branch information
BilligsterUser committed Aug 3, 2023
1 parent 9e3f6bb commit 6ff878c
Show file tree
Hide file tree
Showing 10 changed files with 17,858 additions and 2,118 deletions.
13 changes: 3 additions & 10 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@
"@typescript-eslint/no-unsafe-return": "off",
"@typescript-eslint/restrict-plus-operands": "off",
"@typescript-eslint/unbound-method": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/no-base-to-string": "off",
"@typescript-eslint/no-duplicate-type-constituents": "off",
"@typescript-eslint/no-redundant-type-constituents": "off",
"@typescript-eslint/no-unsafe-enum-comparison": "off"
"@typescript-eslint/no-var-requires": "off"
}
},
{
Expand All @@ -72,11 +68,7 @@
"@typescript-eslint/no-unsafe-return": "off",
"@typescript-eslint/restrict-plus-operands": "off",
"@typescript-eslint/unbound-method": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/no-base-to-string": "off",
"@typescript-eslint/no-duplicate-type-constituents": "off",
"@typescript-eslint/no-redundant-type-constituents": "off",
"@typescript-eslint/no-unsafe-enum-comparison": "off"
"@typescript-eslint/no-var-requires": "off"
}
}
],
Expand Down Expand Up @@ -109,6 +101,7 @@
"deprecate",
"node",
"import",
"compat",
"@getify/proper-arrows",
"eslint-plugin",
"eslint-plugin-tsdoc",
Expand Down
12 changes: 2 additions & 10 deletions config/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ const config: ExpoConfig = {
'expo-localization',
['expo-barcode-scanner', { cameraPermission }],
['expo-camera', { cameraPermission }],
'sentry-expo',
'expo-updates'
'sentry-expo'
],
ios: {
supportsTablet: true,
Expand Down Expand Up @@ -105,14 +104,7 @@ const config: ExpoConfig = {
}
}
]
},
updates: {
enabled:false,
url: 'https://u.expo.dev/edb75ccd-71ac-4934-9147-baf1c7f2b068'
},
runtimeVersion: {
policy: 'sdkVersion'
}
}

export default config
export default config
4 changes: 3 additions & 1 deletion eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
},
"build": {
"development": {
"node": "18.16.1",
"developmentClient": true,
"env": {
"APP_VARIANT": "dev"
Expand All @@ -17,7 +18,7 @@
}
},
"preview": {
"channel": "preview",
"node": "18.16.1",
"distribution": "internal",
"env": {
"APP_VARIANT": "preview"
Expand All @@ -30,6 +31,7 @@
}
},
"production": {
"node": "18.16.1",
"ios": {
"resourceClass": "m-medium"
},
Expand Down
Loading

0 comments on commit 6ff878c

Please sign in to comment.