mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 17:18:09 +00:00
Fix backgrounds (#399)
This commit is contained in:
parent
b4d6507c84
commit
2bb81d8c63
@ -329,6 +329,7 @@ const styles = StyleSheet.create({
|
||||
},
|
||||
item: {
|
||||
justifyContent: 'center',
|
||||
backgroundColor: 'transparent',
|
||||
},
|
||||
title: Platform.OS === 'android'
|
||||
? {
|
||||
|
@ -112,6 +112,7 @@ const styles = StyleSheet.create({
|
||||
container: {
|
||||
alignItems: 'center',
|
||||
flexDirection: 'row',
|
||||
backgroundColor: 'transparent',
|
||||
},
|
||||
title: {
|
||||
fontSize: 17,
|
||||
|
Loading…
x
Reference in New Issue
Block a user