rm handle component

This commit is contained in:
Hailey
2024-10-01 15:07:03 -07:00
parent 3971254e9f
commit 64f849bac4
-22
View File
@@ -214,28 +214,6 @@ export const InnerFlatList = React.forwardRef<
)
})
export function Handle() {
const t = useTheme()
return (
<View style={[a.absolute, a.w_full, a.align_center, a.z_10, {height: 40}]}>
<View
style={[
a.rounded_sm,
{
top: a.pt_lg.paddingTop,
width: 35,
height: 4,
alignSelf: 'center',
backgroundColor: t.palette.contrast_900,
opacity: 0.5,
},
]}
/>
</View>
)
}
export function Close() {
return null
}