mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-28 12:25:21 +08:00
Fix backgrounds (#399)
This commit is contained in:
committed by
Eric Vicenti
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,
|
||||
|
||||
Reference in New Issue
Block a user