mirror of
https://github.com/status-im/react-navigation-stack.git
synced 2025-02-17 08:57:04 +00:00
add overflow hidden to stack navigator layout
This commit is contained in:
parent
3f4d038b50
commit
630a0a9b26
@ -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…
x
Reference in New Issue
Block a user