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 committed by GitHub
commit 6fc630d931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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,