@expo/config-types 54.0.1 → 54.0.3

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.
@@ -136,6 +136,11 @@ export interface ExpoConfig {
136
136
  * Specifies the background color of the navigation bar.
137
137
  */
138
138
  backgroundColor?: string;
139
+ /**
140
+ * Determines whether the operating system should keep the navigation bar translucent to provide contrast between the navigation buttons and app content.
141
+ * Defaults to true.
142
+ */
143
+ enforceContrast?: boolean;
139
144
  };
140
145
  /**
141
146
  * Settings that apply specifically to running this app in a development client
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/config-types",
3
- "version": "54.0.1",
3
+ "version": "54.0.3",
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",
@@ -37,11 +37,11 @@
37
37
  "build"
38
38
  ],
39
39
  "devDependencies": {
40
- "expo-module-scripts": "^5.0.1",
40
+ "expo-module-scripts": "^5.0.2",
41
41
  "json-schema-to-typescript": "^14.0.5"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "2f7f90d0736af48cb542ccbc8addb836e330693a"
46
+ "gitHead": "475cdabd3faad56f0e8c4abcaaf21140c01c094f"
47
47
  }