douglasjunior/react-native-simple-dialogs

How to hide the statusBar when dialog shown

ronuelbmoralita opened this issue · 2 comments

Hi Sir, are there any props to hide the status bar when the dialog is open? I found statusBarTranslucent in React native it works perfectly, I hope there are available props that I will use to hide the status bar using your Library. Thanks

"react-native": "0.71.3",
"react-native-simple-dialogs": "^1.5.0",
Android Q/ 10

  • this.setState({dialogVisible: false})} > // your content here

Screenshot_20230416_211521_com pasada

Added statusBarTranslucent in version 2.0.0

https://github.com/douglasjunior/react-native-simple-dialogs/releases/tag/2.0.0

Thank you, Sir I really appreciate your work. God bless!