Remove log
This commit is contained in:
@@ -150,9 +150,6 @@ let ProfileHeaderStandard = ({
|
|||||||
style={[a.px_lg, a.pt_md, a.pb_sm, a.overflow_hidden]}
|
style={[a.px_lg, a.pt_md, a.pb_sm, a.overflow_hidden]}
|
||||||
pointerEvents={isIOS ? 'auto' : 'box-none'}>
|
pointerEvents={isIOS ? 'auto' : 'box-none'}>
|
||||||
<View
|
<View
|
||||||
onLayout={e => {
|
|
||||||
console.log('height', e.nativeEvent.layout.height)
|
|
||||||
}}
|
|
||||||
style={[
|
style={[
|
||||||
{paddingLeft: 90},
|
{paddingLeft: 90},
|
||||||
a.flex_row,
|
a.flex_row,
|
||||||
|
|||||||
Reference in New Issue
Block a user