testshallpass / react-native-dropdownalert

An alert to notify users about an error or something else
MIT License
1.85k stars 252 forks source link

Status bar change after close in ios #193

Closed b3hz4d closed 5 years ago

b3hz4d commented 5 years ago

Short Description

Status bar style changed

Steps to Reproduce

After showing alert when alert closed the status bar style is changed on iOS

Expected Results

Statusbar style stay light content

Additional Information

testshallpass commented 5 years ago

@b3hz4d Yes, please set DropdownAlert prop inactiveStatusBarStyle to light-content

dalmarcogd commented 5 years ago

@b3hz4d You can change use property updateStatusBa={false}, this preserve your styled <DropdownAlert elevation={3} showCancel={true} updateStatusBar={false} ref={ref => this.dropdown = ref} closeInterval={6000} />