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

expo-status-bar

Package Overview
Dependencies
Maintainers
24
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.0.4 to 1.1.0

2

build/ExpoStatusBar.ios.js

@@ -6,3 +6,3 @@ import React from 'react';

export default function ExpoStatusBar(props) {
const { style, animated, hidden, hideTransitionAnimation, networkActivityIndicatorVisible, } = props;
const { style, animated, hidden, hideTransitionAnimation, networkActivityIndicatorVisible } = props;
const showHideTransition = hideTransitionAnimation === 'none' ? undefined : hideTransitionAnimation;

@@ -9,0 +9,0 @@ // Pick appropriate default value depending on current theme, so if we are

@@ -1,1 +0,2 @@

export default function styleToBarStyle(style: "auto" | "inverted" | "light" | "dark" | undefined, colorScheme: 'light' | 'dark'): 'light-content' | 'dark-content';
import { StatusBarStyle } from './StatusBar.types';
export default function styleToBarStyle(style: StatusBarStyle | undefined, colorScheme: 'light' | 'dark'): 'light-content' | 'dark-content';

@@ -11,2 +11,8 @@ # Changelog

### 💡 Others
## 1.1.0 — 2021-09-09
_This version does not introduce any user-facing changes._
## 1.0.4 — 2021-03-10

@@ -13,0 +19,0 @@

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

@@ -31,3 +31,3 @@ "main": "build/StatusBar.js",

"license": "MIT",
"homepage": "https://docs.expo.io/versions/latest/sdk/status-bar/",
"homepage": "https://docs.expo.dev/versions/latest/sdk/status-bar/",
"devDependencies": {

@@ -39,3 +39,3 @@ "expo-module-scripts": "^2.0.0"

},
"gitHead": "5b57d1fd0a20294c1dec7c43b5df34dd6425d1a5"
"gitHead": "fe74edd44933f9f00a023544cafc4713594892fb"
}

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