@expo/config-types
Advanced tools
Comparing version 52.0.3 to 52.0.4
@@ -210,2 +210,6 @@ /** | ||
assetPatternsToBeBundled?: string[]; | ||
/** | ||
* Whether to disable the built-in expo-updates anti-bricking measures. Defaults to false. If set to true, this will allow overriding certain configuration options from the JS API, which is liable to leave an app in a bricked state if not done carefully. This should not be used in production. | ||
*/ | ||
disableAntiBrickingMeasures?: boolean; | ||
}; | ||
@@ -212,0 +216,0 @@ /** |
{ | ||
"name": "@expo/config-types", | ||
"version": "52.0.3", | ||
"version": "52.0.4", | ||
"description": "Types for the Expo config object app.config.ts", | ||
@@ -47,3 +47,3 @@ "types": "build/ExpoConfig.d.ts", | ||
}, | ||
"gitHead": "986a4689b91f3efc527f7178a320b987c0005842" | ||
"gitHead": "9442f00874e0cd738030abae80e5bdef184a2581" | ||
} |
52498
963