ui icon indicating copy to clipboard operation
ui copied to clipboard

Why set android's statusbar to a fixed background color

Open cheft opened this issue 5 years ago • 0 comments

if (Platform.OS === 'android') { StatusBar.setBackgroundColor('rgba(0, 0, 0, 0.2)'); }

https://github.com/shoutem/ui/blob/master/components/NavigationBar/NavigationBar.js#L34

cheft avatar Nov 01 '18 03:11 cheft