add overflow hidden to stack navigator layout

This commit is contained in:
Eric Newbury 2018-09-14 17:56:30 -04:00 committed by GitHub
parent 3f4d038b50
commit 630a0a9b26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,