rm log
This commit is contained in:
@@ -245,9 +245,6 @@ export function ScrubberPlaceholder({children}: {children?: React.ReactNode}) {
|
|||||||
const {bottom} = useSafeAreaInsets()
|
const {bottom} = useSafeAreaInsets()
|
||||||
return (
|
return (
|
||||||
<View
|
<View
|
||||||
onLayout={evt =>
|
|
||||||
console.log('placeholder', evt.nativeEvent.layout.height)
|
|
||||||
}
|
|
||||||
style={[
|
style={[
|
||||||
a.w_full,
|
a.w_full,
|
||||||
a.justify_end,
|
a.justify_end,
|
||||||
|
|||||||
Reference in New Issue
Block a user