mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-12 22:30:36 +08:00
Merge pull request #22 from enewbury/master
Add overflow hidden to stack navigator layout
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user