import React from "react"; import { View } from "react-native"; export const BottomSheetDragArea = ({ children }) => { return {children}; };