mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 17:18:09 +00:00
Fix null style warning in Header component (#422)
This commit is contained in:
parent
15caee76f3
commit
7229708d22
@ -336,7 +336,7 @@ const styles = StyleSheet.create({
|
||||
flex: 1,
|
||||
alignItems: 'flex-start',
|
||||
}
|
||||
: null,
|
||||
: {},
|
||||
left: {
|
||||
alignItems: 'flex-start',
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user