react-native-bars
react-native-bars copied to clipboard
Components to control your app status and navigation bars.
### Why it is needed? Modal component has a property `statusBarTranslucent ` which works, but there is no option to control the Navigation bar.. there is any way to make...
### Bug summary A bizarre bug occurs when installing RN bars. On my login screen, I have components that are spaced apart. On Android, this will move up the bottom...
Related: https://github.com/facebook/react-native/pull/52088
### Why it is needed? The stock React Native `StatusBar` component has the [`animated` prop](https://reactnative.dev/docs/statusbar#animated) to configure whether a status bar style or visibility change should be animated or not....
### Before submitting a new issue - [x] I tested using the latest version of the library, as the bug might be already fixed. - [x] I tested using a...