Merge pull request #71 from vshab/fix/transparent-header-height

Fix transparent header height measurement (Fix #60)
This commit is contained in:
Brent Vatne 2019-01-18 11:53:34 -08:00 committed by GitHub
commit 648578abc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -660,12 +660,7 @@ const styles = StyleSheet.create({
...platformContainerStyles,
},
transparentContainer: {
position: 'absolute',
top: 0,
left: 0,
right: 0,
...platformContainerStyles,
borderBottomWidth: 0,
borderBottomColor: 'transparent',
elevation: 0,
},