@expo/config-types 52.0.0-preview.0 → 52.0.0-preview.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.
- package/build/ExpoConfig.d.ts +1 -1
- package/package.json +2 -2
package/build/ExpoConfig.d.ts
CHANGED
|
@@ -529,7 +529,7 @@ export interface IOS {
|
|
|
529
529
|
*/
|
|
530
530
|
export interface IOSIcons {
|
|
531
531
|
/**
|
|
532
|
-
* The icon that will appear
|
|
532
|
+
* The icon that will appear when neither dark nor tinted icons are used, or if they are not provided.
|
|
533
533
|
*/
|
|
534
534
|
any?: string;
|
|
535
535
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expo/config-types",
|
|
3
|
-
"version": "52.0.0-preview.
|
|
3
|
+
"version": "52.0.0-preview.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",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "0a07b965c4bef67e7718355a0dc770d524ad3cee"
|
|
48
48
|
}
|