@expo/config-types
Advanced tools
Comparing version 52.0.0-canary-20241008-90b13ad to 52.0.0-canary-20241018-4f8243a
@@ -238,2 +238,6 @@ /** | ||
jsEngine?: 'hermes' | 'jsc'; | ||
/** | ||
* A Boolean value that indicates whether the app should use the new architecture. Defaults to true. | ||
*/ | ||
newArchEnabled?: boolean; | ||
ios?: IOS; | ||
@@ -514,2 +518,6 @@ android?: Android; | ||
/** | ||
* A Boolean value that indicates whether the iOS app should use the new architecture. | ||
*/ | ||
newArchEnabled?: boolean; | ||
/** | ||
* Property indicating compatibility between an iOS build's native code and an OTA update for the iOS platform. If provided, this will override the value of the top level `runtimeVersion` key on iOS. | ||
@@ -759,2 +767,6 @@ */ | ||
/** | ||
* A Boolean value that indicates whether the Android app should use the new architecture. | ||
*/ | ||
newArchEnabled?: boolean; | ||
/** | ||
* Property indicating compatibility between a Android build's native code and an OTA update for the Android platform. If provided, this will override the value of top level `runtimeVersion` key on Android. | ||
@@ -761,0 +773,0 @@ */ |
{ | ||
"name": "@expo/config-types", | ||
"version": "52.0.0-canary-20241008-90b13ad", | ||
"version": "52.0.0-canary-20241018-4f8243a", | ||
"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-20241008-90b13ad", | ||
"expo-module-scripts": "3.6.0-canary-20241018-4f8243a", | ||
"json-schema-to-typescript": "^14.0.5", | ||
@@ -48,3 +48,3 @@ "ts-node": "^10.9.1" | ||
}, | ||
"gitHead": "90b13ad9d0dd3469556ac776d8b74643375b1d97" | ||
"gitHead": "4f8243a009855c0cb389307401fb6b1fc9ce03b9" | ||
} |
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
50716
946