react-native-modal-dropdown
react-native-modal-dropdown copied to clipboard
The font color I set in the status bar is black. Why did I change the status bar to white when I click the selection box?
<StatusBar
animated={true}
hidden={false}
backgroundColor={'green'}
barStyle={'dark-content'}
/>
<ModalDropdown options={['option 1', 'option 2']}/>
same issue. Android only
same issue. Android only