react-native-statusbar icon indicating copy to clipboard operation
react-native-statusbar copied to clipboard

Native module for mutating status bar state

Results 20 react-native-statusbar issues
Sort by recently updated
recently updated
newest added

* * * This issue was originally created by @adamivancza as facebook/react-native#20623. * * * - [x] Review the documentation: https://facebook.github.io/react-native - [x] Search for existing issues: https://github.com/facebook/react-native/issues - [x]...

Platform: Android
Type: Bug Report

* * * This issue was originally created by @steipete as facebook/react-native#11710. * * * ### Description React Native currently requires that `UIViewControllerBasedStatusBarAppearance` is set to NO. This is an...

Platform: iOS
Type: Discussion

# Summary Comment about autolinking. ## Test Plan ### What's required for testing (prerequisites)? ### What are the steps to reproduce (after prerequisites)? ## Compatibility | OS | Implemented |...

Hey there! We (members of React Native community and React Native core) are still not sure about the future of this repository. Current state of events is that the StatusBar...

On hold

### Reason The main reason for this issue is that now it's really not obvious that status-bar mutates the state. For me, before I started maintaining this project, this module...

question

# Feature Request Make the StatusBar height available via a constant on iOS just like on Android. RCTSharedApplication().statusBarFrame.size.height ## Why it is needed This would make the API more consistent...

On android devices, `StatusBar.currentHeight` returns the value of the status bar height for the orientation that the app was opened. For devices like the Pixel 3 XL, it has two...

bug
Platform: Android

* * * This issue was originally created by @CyberMew as facebook/react-native#24083. * * * ## Some Info Integrated RN single view into existing iOS project. Doing a push presentation...

Type: Bug Report

Add support for `react-native-web`. I have a working implementation at https://github.com/piranna/react-native-web-statusbar. Should it be used as a dependency, or should I add the code directly to this repo?

enhancement
good first issue