This commit is contained in:
Samuel Newman
2025-01-19 18:38:21 +00:00
parent 19984503e4
commit 8ead703ca0
@@ -245,9 +245,6 @@ export function ScrubberPlaceholder({children}: {children?: React.ReactNode}) {
const {bottom} = useSafeAreaInsets()
return (
<View
onLayout={evt =>
console.log('placeholder', evt.nativeEvent.layout.height)
}
style={[
a.w_full,
a.justify_end,