All Projects → hezhii → rn_statusbar

hezhii / rn_statusbar

Licence: other
React Native 项目中处理 StatusBar

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to rn statusbar

Flutter statusbarcolor
A package can help you to change your flutter app's statusbar's color or navigationbar's color programmatically.
Stars: ✭ 203 (+866.67%)
Mutual labels:  statusbar
status-bar-height
Listen to status bar changes during incoming calls and other multi-tasking events
Stars: ✭ 73 (+247.62%)
Mutual labels:  statusbar
oxbar
configurable X11 status bar for OpenBSD (and xstatbar successor)
Stars: ✭ 36 (+71.43%)
Mutual labels:  statusbar
React Native Statusbar Alert
A status bar alert (e.g. in-call, recording, navigating) for React Native
Stars: ✭ 221 (+952.38%)
Mutual labels:  statusbar
tailscale-ui
Tailscale UI for Ubuntu
Stars: ✭ 56 (+166.67%)
Mutual labels:  statusbar
rust-sysbar
Rust library for interacting with the system's taskbar / tray / statusbar
Stars: ✭ 55 (+161.9%)
Mutual labels:  statusbar
Dwm Bar
A modular statusbar for dwm
Stars: ✭ 171 (+714.29%)
Mutual labels:  statusbar
grayscale
macOS status bar app for easily toggling the grayscale display filter
Stars: ✭ 20 (-4.76%)
Mutual labels:  statusbar
bspwmbar
A lightweight status bar for bspwm.
Stars: ✭ 70 (+233.33%)
Mutual labels:  statusbar
AndroidToRN
原生android中嵌入React Native
Stars: ✭ 95 (+352.38%)
Mutual labels:  statusbar
Ccnstatusitem
CCNStatusItem is a subclass of NSObject to act as a custom view for NSStatusItem. It supports a customizable statusItemWindow handling any viewController for presenting the content.
Stars: ✭ 223 (+961.9%)
Mutual labels:  statusbar
NativeScript-Status-Bar
A simple NativeScript plugin for controlling status bar visibility.
Stars: ✭ 15 (-28.57%)
Mutual labels:  statusbar
xmonad-log
DBus monitor for xmonad log events.
Stars: ✭ 31 (+47.62%)
Mutual labels:  statusbar
Statusbaralert
Telegram X inspired android status bar alert view
Stars: ✭ 214 (+919.05%)
Mutual labels:  statusbar
qtstatusbar
StatusBar for Qt allows setting the status bar color and theme on Android and iOS.
Stars: ✭ 89 (+323.81%)
Mutual labels:  statusbar
Luastatus
universal status bar content generator
Stars: ✭ 195 (+828.57%)
Mutual labels:  statusbar
StatusBarColorManager
A library which help you to change status bar color in a simple way
Stars: ✭ 32 (+52.38%)
Mutual labels:  statusbar
osx-statusbar-countdown
⏳📅 A utility to count down to a date from your macOS menubar, written in Swift
Stars: ✭ 40 (+90.48%)
Mutual labels:  statusbar
MenubarCountdown
Menubar countdown timer for macOS
Stars: ✭ 91 (+333.33%)
Mutual labels:  statusbar
Quickeys
A mac menu bar app that provides note taking functionality though a quick dropdown menu.
Stars: ✭ 54 (+157.14%)
Mutual labels:  statusbar

React Native 状态栏处理

结合实际场景处理 React Native 中的状态栏,使状态栏在各平台、各页面都具有良好的表现。

处理方式

处理的核心是通过 StatusBar 组件。示例中使用了两种方式,一种是纯 js 的处理,另一种则是结合了 Android 原生(见 android 分支)进行处理。关于更多的细节可以看我的博客

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].