-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
feature requestNew feature or requestNew feature or request
Description
Why it is needed?
The stock React Native StatusBar component has the animated prop to configure whether a status bar style or visibility change should be animated or not.
Without this option this package's SystemBars component can't be a complete like-for-like replacement for StatusBar (or expo-status-bar).
Would it be difficult for this configuration to be added?
Thanks for this library and all your work.
Possible implementation
No response
Code sample
// Suggested type update:
type SystemBarsProps = {
style?: Style | { statusBar?: Style; navigationBar?: Style; animated?: boolean };
hidden?: boolean | { statusBar?: boolean; navigationBar?: boolean; animated?: boolean };
};Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request