mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-07 22:43:48 +08:00
Merge pull request #71 from vshab/fix/transparent-header-height
Fix transparent header height measurement (Fix #60)
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user