|
@@ -49,7 +49,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
|
|
backgroundColor: '#ffffff'
|
|
backgroundColor: '#ffffff'
|
|
},
|
|
},
|
|
androidStatusBar: {
|
|
androidStatusBar: {
|
|
- backgroundColor: 'transparent',
|
|
|
|
|
|
+ backgroundColor: '00000000',
|
|
translucent: true,
|
|
translucent: true,
|
|
barStyle: 'dark-content'
|
|
barStyle: 'dark-content'
|
|
},
|
|
},
|