sohobloo / react-native-modal-dropdown

A react-native dropdown/picker/selector component for both Android & iOS.
MIT License
1.19k stars 478 forks source link

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? #175

Open tangchao2010 opened 6 years ago

tangchao2010 commented 6 years ago
              <StatusBar
                animated={true}
                hidden={false}
                backgroundColor={'green'}
                barStyle={'dark-content'}
            />

            <ModalDropdown options={['option 1', 'option 2']}/>
raienko commented 6 years ago

same issue. Android only

HelloZhuziXiaoGe commented 5 years ago

same issue. Android only