@expo/config-types
Advanced tools
Comparing version 52.0.0-canary-20240814-ce0f7d5 to 52.0.0-canary-20240904-69100c1
@@ -246,2 +246,6 @@ /** | ||
/** | ||
* If true, the window spans the entire display size by drawing behind transparent system bars. | ||
*/ | ||
edgeToEdge?: boolean; | ||
/** | ||
* Enable tsconfig/jsconfig `compilerOptions.paths` and `compilerOptions.baseUrl` support for import aliases in Metro. | ||
@@ -307,2 +311,6 @@ */ | ||
/** | ||
* The Apple development team ID to use for all build configurations. | ||
*/ | ||
appleTeamId?: string; | ||
/** | ||
* The manifest for the iOS version of your app will be written to this path during publish. | ||
@@ -309,0 +317,0 @@ */ |
{ | ||
"name": "@expo/config-types", | ||
"version": "52.0.0-canary-20240814-ce0f7d5", | ||
"version": "52.0.0-canary-20240904-69100c1", | ||
"description": "Types for the Expo config object app.config.ts", | ||
@@ -40,3 +40,3 @@ "types": "build/ExpoConfig.d.ts", | ||
"devDependencies": { | ||
"expo-module-scripts": "3.6.0-canary-20240814-ce0f7d5", | ||
"expo-module-scripts": "3.6.0-canary-20240904-69100c1", | ||
"json-schema-to-typescript": "^14.0.5", | ||
@@ -48,3 +48,3 @@ "ts-node": "^10.9.1" | ||
}, | ||
"gitHead": "ce0f7d5c7eaec2c8d06ee4e0dc0e58cd6c1612ed" | ||
"gitHead": "69100c1b099b707057c052ed8096e06cb208aca1" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48469
910