Merge pull request #22 from enewbury/master

Add overflow hidden to stack navigator layout
This commit is contained in:
Brent Vatne
2018-09-24 09:38:58 -07:00
parent 3eafde635e
commit 2a99fd2fda

View File

@@ -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,