Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

expo-status-bar

Package Overview
Dependencies
Maintainers
26
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-status-bar - npm Package Compare versions

Comparing version 1.11.0 to 1.11.1

3

build/ExpoStatusBar.android.js
import React from 'react';
import { StatusBar } from 'react-native';
import { StatusBar, useColorScheme } from 'react-native';
import styleToBarStyle from './styleToBarStyle';
import useColorScheme from './useColorScheme';
export default function ExpoStatusBar(props) {

@@ -6,0 +5,0 @@ const { style, animated, hidden, backgroundColor: backgroundColorProp, translucent: translucentProp, } = props;

import React from 'react';
import { StatusBar } from 'react-native';
import { StatusBar, useColorScheme } from 'react-native';
import styleToBarStyle from './styleToBarStyle';
import useColorScheme from './useColorScheme';
export default function ExpoStatusBar(props) {

@@ -6,0 +5,0 @@ const { style, animated, hidden, hideTransitionAnimation, networkActivityIndicatorVisible } = props;

@@ -13,2 +13,6 @@ # Changelog

## 1.11.1 — 2023-12-19
_This version does not introduce any user-facing changes._
## 1.11.0 — 2023-12-12

@@ -15,0 +19,0 @@

{
"name": "expo-status-bar",
"version": "1.11.0",
"version": "1.11.1",
"description": "Provides the same interface as the React Native StatusBar API, but with slightly different defaults to work great in Expo environments.",

@@ -48,3 +48,3 @@ "main": "build/StatusBar",

},
"gitHead": "6aca7ce098ddc667776a3d7cf612adbb985e264a"
"gitHead": "43f1b4f8a5a9bca649e4e7ca6e4155482a162431"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc