add build-properties plugin

This commit is contained in:
ppc
2024-11-21 22:52:48 +00:00
parent 2eb61d74a7
commit 9b136006a0
3 changed files with 26 additions and 3 deletions
+11 -3
View File
@@ -33,8 +33,7 @@
"backgroundColor": "#3B5ACC"
}
},
"intentFilters":
[
"intentFilters": [
{
"autoVerify": true,
"action": "VIEW",
@@ -67,5 +66,14 @@
}
]
},
"plugins": []
"plugins": [
[
"expo-build-properties",
{
"android": {
"usesCleartextTraffic": true
}
}
]
]
}
+14
View File
@@ -19,6 +19,7 @@
"date-fns": "^3.6.0",
"expo": "^51.0.38",
"expo-blur": "~13.0.2",
"expo-build-properties": "~0.12.5",
"expo-clipboard": "~6.0.3",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.29",
@@ -6433,6 +6434,19 @@
"expo": "*"
}
},
"node_modules/expo-build-properties": {
"version": "0.12.5",
"resolved": "https://registry.npmjs.org/expo-build-properties/-/expo-build-properties-0.12.5.tgz",
"integrity": "sha512-donC1le0PYfLKCPKRMGQoixuWuwDWCngzXSoQXUPsgHTDHQUKr8aw+lcWkTwZcItgNovcnk784I0dyfYDcxybA==",
"license": "MIT",
"dependencies": {
"ajv": "^8.11.0",
"semver": "^7.6.0"
},
"peerDependencies": {
"expo": "*"
}
},
"node_modules/expo-clipboard": {
"version": "6.0.3",
"license": "MIT",
+1
View File
@@ -19,6 +19,7 @@
"date-fns": "^3.6.0",
"expo": "^51.0.38",
"expo-blur": "~13.0.2",
"expo-build-properties": "~0.12.5",
"expo-clipboard": "~6.0.3",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.29",