@expo/config-types 57.0.0 → 57.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -205,6 +205,10 @@ export interface ExpoConfig {
205
205
  * Enable experimental features that may be unstable, unsupported, or removed without deprecation notices.
206
206
  */
207
207
  experiments?: {
208
+ /**
209
+ * Enable experimental support for select out-of-tree platforms, if their support packages are installed.
210
+ */
211
+ outOfTreePlatforms?: boolean;
208
212
  /**
209
213
  * Enables Expo's On-Demand Filesystem allowing Metro bundling outside of the watchFolders and with package manager global virtual stores.
210
214
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/config-types",
3
- "version": "57.0.0",
3
+ "version": "57.0.1",
4
4
  "description": "Types for the Expo config object app.config.ts",
5
5
  "types": "build/ExpoConfig.d.ts",
6
6
  "main": "build/ExpoConfig.js",
@@ -36,7 +36,7 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "e3eb896c5fdcd89e0cded98ff4e35c9db12cc9c0",
39
+ "gitHead": "b134c8d1eb906156ef7d5f6fee1a70ff0d9a8f22",
40
40
  "scripts": {
41
41
  "build": "expo-module tsc",
42
42
  "clean": "expo-module clean",