Apply background style for Android as well (#4326)
This commit is contained in:
parent
12a913b499
commit
6053c7fe42
3 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ export default class OptionsModal extends PureComponent {
|
|||
|
||||
const style = StyleSheet.create({
|
||||
wrapper: {
|
||||
backgroundColor: Platform.select({ios: 'rgba(0, 0, 0, 0.5)'}),
|
||||
backgroundColor: 'rgba(0, 0, 0, 0.5)',
|
||||
flex: 1,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue