Merge pull request #22 from enewbury/master
Add overflow hidden to stack navigator layout
This commit is contained in:
commit
6fc630d931
|
@ -630,6 +630,7 @@ const styles = StyleSheet.create({
|
|||
// That said, we'd have use `flexDirection: 'column-reverse'` to move
|
||||
// Header above the scenes.
|
||||
flexDirection: 'column-reverse',
|
||||
overflow: 'hidden',
|
||||
},
|
||||
scenes: {
|
||||
flex: 1,
|
||||
|
|
Loading…
Reference in New Issue