Fix backgrounds (#399)

This commit is contained in:
Mike Grabowski 2017-02-20 18:10:10 +01:00 committed by Eric Vicenti
parent b4d6507c84
commit 2bb81d8c63
2 changed files with 2 additions and 0 deletions

View File

@ -329,6 +329,7 @@ const styles = StyleSheet.create({
},
item: {
justifyContent: 'center',
backgroundColor: 'transparent',
},
title: Platform.OS === 'android'
? {

View File

@ -112,6 +112,7 @@ const styles = StyleSheet.create({
container: {
alignItems: 'center',
flexDirection: 'row',
backgroundColor: 'transparent',
},
title: {
fontSize: 17,