Looking for documentation on gluestack-ui v2 with NativeWind? Refer to this
link.
StatusBar
Following is the default implementation of the StatusBar component without any additional customization. This serves as a starting point for users who are new to this library and want to learn about the basic functionality and appearance of the component.
Note: StatusBar component is an iOS/Android only component, please try the example on the respective devices.
Note: You can refer
here to learn about default styling of StatusBar component
Import
To use this component in your project, include the following import statement in your file.
import { StatusBar } from '@gluestack-ui/themed';
Anatomy
The structure provided below can help you identify and understand a StatusBar component's various parts.
export default () => <StatusBar />
API Reference
The following section contains a comprehensive list of the component's references, including descriptions, properties, types, and default behavior. This information is readily available for you to access, helping you effectively utilize the component library in your projects.
StatusBar
It inherits all the properties of React Native's
StatusBar component.