You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@expo/config-types

Package Overview
Dependencies
Maintainers
10
Versions
209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/config-types - npm Package Compare versions

Comparing version
55.0.4
to
55.0.5
+3
-0
build/ExpoConfig.d.ts

@@ -81,2 +81,3 @@ /**

* Specifies the background color of the status bar. Defaults to `#00000000` (transparent) for `dark-content` bar style and `#00000088` (semi-transparent black) for `light-content` bar style
* @deprecated Due to Android edge-to-edge enforcement, setting the status bar background color is deprecated and has no effect. This will be removed in a future release.
*/

@@ -90,2 +91,3 @@ backgroundColor?: string;

* When false, the system status bar pushes the content of your app down (similar to `position: relative`). When true, the status bar floats above the content in your app (similar to `position: absolute`). Defaults to `true` to match the iOS status bar behavior (which can only float above content). Explicitly setting this property to `true` will add `android:windowTranslucentStatus` to `styles.xml` and may cause unexpected keyboard behavior on Android when using the `softwareKeyboardLayoutMode` set to `resize`. In this case you will have to use `KeyboardAvoidingView` to manage the keyboard layout.
* @deprecated Due to Android edge-to-edge enforcement, setting the status bar as translucent is deprecated and has no effect. This will be removed in a future release.
*/

@@ -96,2 +98,3 @@ translucent?: boolean;

* Configuration for the bottom navigation bar on Android. Can be used to configure the `expo-navigation-bar` module in EAS Build.
* @deprecated Use the `expo-navigation-bar` plugin configuration instead
*/

@@ -98,0 +101,0 @@ androidNavigationBar?: {

+2
-2
{
"name": "@expo/config-types",
"version": "55.0.4",
"version": "55.0.5",
"description": "Types for the Expo config object app.config.ts",

@@ -46,3 +46,3 @@ "types": "build/ExpoConfig.d.ts",

},
"gitHead": "436ffb4355d5207f4a03fbc3568cd33424a40f3e"
"gitHead": "b183e5cbd95eb6ee54a878291c7077d8d63e4850"
}