Authored by 于良

nav bar push 时闪烁修复 review by yewanwan

... ... @@ -57,7 +57,7 @@ const styles = StyleSheet.create({
backgroundColor: 'transparent',
},
header: {
backgroundColor: '#EFEFF2',
backgroundColor: 'transparent',
paddingTop: 0,
top: 0,
height: Platform.OS === 'ios' ? 64 : 50,
... ...