@expo/config-types
Advanced tools
Comparing version 52.0.0-preview.3 to 52.0.0-preview.4
@@ -469,3 +469,3 @@ /** | ||
/** | ||
* A boolean indicating if the app uses Push Notifications Broadcast option for Push Notifications capability should be enabled by EAS CLI during capability syncing. | ||
* A boolean indicating if the app uses Push Notifications Broadcast option for Push Notifications capability. If true, EAS CLI will use the value during capability syncing. If EAS CLI is not used, this configuration will not have any effect unless another tool is used to operate on it, so enable the capability manually on the Apple Developer Portal in that case. | ||
*/ | ||
@@ -541,11 +541,11 @@ usesBroadcastPushNotifications?: boolean; | ||
/** | ||
* The icon that will appear when neither dark nor tinted icons are used, or if they are not provided. | ||
* The light icon. It will appear when neither dark nor tinted icons are used, or if they are not provided. | ||
*/ | ||
any?: string; | ||
light?: string; | ||
/** | ||
* The icon that will appear for the app when the user's system appearance is dark. See Apple's [Human Interface Guidelines](https://developer.apple.com/design/human-interface-guidelines/app-icons#iOS-iPadOS) for more information. | ||
* The dark icon. It will appear for the app when the user's system appearance is dark. See Apple's [Human Interface Guidelines](https://developer.apple.com/design/human-interface-guidelines/app-icons#iOS-iPadOS) for more information. | ||
*/ | ||
dark?: string; | ||
/** | ||
* The icon that will appear for the app when the user's system appearance is tinted. See Apple's [Human Interface Guidelines](https://developer.apple.com/design/human-interface-guidelines/app-icons#iOS-iPadOS) for more information. | ||
* The tinted icon. It will appear for the app when the user's system appearance is tinted. See Apple's [Human Interface Guidelines](https://developer.apple.com/design/human-interface-guidelines/app-icons#iOS-iPadOS) for more information. | ||
*/ | ||
@@ -552,0 +552,0 @@ tinted?: string; |
{ | ||
"name": "@expo/config-types", | ||
"version": "52.0.0-preview.3", | ||
"version": "52.0.0-preview.4", | ||
"description": "Types for the Expo config object app.config.ts", | ||
@@ -47,3 +47,3 @@ "types": "build/ExpoConfig.d.ts", | ||
}, | ||
"gitHead": "a64603dce90981bf7688657f87dfa4be3e24f58b" | ||
"gitHead": "f63a767fe408dec95f810b576d2a8f555716d242" | ||
} |
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
51292
955