@expo/config-types
Advanced tools
@@ -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" | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
54951
0.8%989
0.3%