mirror of
https://github.com/status-im/react-navigation-stack.git
synced 2025-02-17 08:57:04 +00:00
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
|
// That said, we'd have use `flexDirection: 'column-reverse'` to move
|
||||||
// Header above the scenes.
|
// Header above the scenes.
|
||||||
flexDirection: 'column-reverse',
|
flexDirection: 'column-reverse',
|
||||||
|
overflow: 'hidden',
|
||||||
},
|
},
|
||||||
scenes: {
|
scenes: {
|
||||||
flex: 1,
|
flex: 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user