Skip to content

Commit

Permalink
try: use pro gurad and build props
Browse files Browse the repository at this point in the history
  • Loading branch information
obeim committed Feb 17, 2024
1 parent a75066e commit 0771aa8
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 2 deletions.
14 changes: 13 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,19 @@
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": ["expo-router", "expo-localization"],
"plugins": [
"expo-router",
"expo-localization",
[
"expo-build-properties",
{
"android": {
"enableProguardInReleaseBuilds": true,
"enableShrinkResourcesInReleaseBuilds": true
}
}
]
],
"experiments": {
"typedRoutes": true,
"tsconfigPaths": true
Expand Down
75 changes: 75 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"react-native-svg": "^14.1.0",
"react-native-switch-with-icons": "^3.0.1",
"react-native-web": "~0.19.6",
"react-query": "^3.39.3"
"react-query": "^3.39.3",
"expo-build-properties": "~0.8.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down

0 comments on commit 0771aa8

Please sign in to comment.