@expo/config-plugins
Advanced tools
Comparing version 8.0.5 to 8.0.6-canary-20240625-2333e70
@@ -52,3 +52,3 @@ "use strict"; | ||
// NOTE(brentvatne): This may be annoying to keep up to date... | ||
const googleServicesVersion = '4.3.3'; | ||
const googleServicesVersion = '4.4.1'; | ||
const withClassPath = config => { | ||
@@ -55,0 +55,0 @@ return (0, _androidPlugins().withProjectBuildGradle)(config, config => { |
@@ -43,6 +43,6 @@ "use strict"; | ||
const COLOR_PRIMARY_DARK_KEY = 'colorPrimaryDark'; | ||
// https://developer.android.com/reference/android/R.attr#windowTranslucentStatus | ||
const WINDOW_TRANSLUCENT_STATUS = 'android:windowTranslucentStatus'; | ||
// https://developer.android.com/reference/android/R.attr#windowLightStatusBar | ||
const WINDOW_LIGHT_STATUS_BAR = 'android:windowLightStatusBar'; | ||
// https://developer.android.com/reference/android/R.attr#statusBarColor | ||
const STATUS_BAR_COLOR = 'android:statusBarColor'; | ||
const withStatusBar = config => { | ||
@@ -78,3 +78,2 @@ config = withStatusBarColors(config); | ||
name: WINDOW_LIGHT_STATUS_BAR, | ||
targetApi: '23', | ||
value: 'true', | ||
@@ -86,13 +85,6 @@ // Default is light-content, don't need to do anything to set it | ||
parent: (0, _Styles().getAppThemeLightNoActionBarGroup)(), | ||
name: WINDOW_TRANSLUCENT_STATUS, | ||
value: 'true', | ||
// translucent status bar set in theme | ||
add: floatElement | ||
}); | ||
styles = (0, _Styles().assignStylesValue)(styles, { | ||
parent: (0, _Styles().getAppThemeLightNoActionBarGroup)(), | ||
name: COLOR_PRIMARY_DARK_KEY, | ||
value: `@color/${COLOR_PRIMARY_DARK_KEY}`, | ||
name: STATUS_BAR_COLOR, | ||
value: floatElement ? '@android:color/transparent' : hexString ?? '@color/colorPrimaryDark', | ||
// Remove the color if translucent is used | ||
add: !!hexString | ||
add: floatElement || !!hexString | ||
}); | ||
@@ -99,0 +91,0 @@ return styles; |
{ | ||
"name": "@expo/config-plugins", | ||
"version": "8.0.5", | ||
"version": "8.0.6-canary-20240625-2333e70", | ||
"description": "A library for Expo config plugins", | ||
@@ -36,5 +36,5 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@expo/config-types": "^51.0.0-unreleased", | ||
"@expo/json-file": "~8.3.0", | ||
"@expo/plist": "^0.1.0", | ||
"@expo/config-types": "52.0.0-canary-20240625-2333e70", | ||
"@expo/json-file": "8.3.4-canary-20240625-2333e70", | ||
"@expo/plist": "0.1.4-canary-20240625-2333e70", | ||
"@expo/sdk-runtime-versions": "^1.0.0", | ||
@@ -57,3 +57,3 @@ "chalk": "^4.1.2", | ||
"@types/xml2js": "~0.4.11", | ||
"expo-module-scripts": "^3.3.0" | ||
"expo-module-scripts": "3.6.0-canary-20240625-2333e70" | ||
}, | ||
@@ -63,3 +63,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "2da3ee1a1cfc03b58ee2988529ad941641330f99" | ||
"gitHead": "2333e70a4bd3ac91895402dac77ae8ae0ed25995" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1097822
12855
1
1
+ Added@expo/config-types@52.0.0-canary-20240625-2333e70(transitive)
+ Added@expo/json-file@8.3.4-canary-20240625-2333e70(transitive)
+ Added@expo/plist@0.1.4-canary-20240625-2333e70(transitive)
- Removed@expo/config-types@51.0.3(transitive)
- Removed@expo/json-file@8.3.3(transitive)
- Removed@expo/plist@0.1.3(transitive)