Merge pull request #71 from vshab/fix/transparent-header-height
Fix transparent header height measurement (Fix #60)
This commit is contained in:
commit
648578abc1
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue