import { Button, Modal, Text, TextInput, View } from "react-native" export const SendPrescription = ({ isVisible, onClose }: { isVisible: boolean, onClose: () => void }) => { return ( { console.log("closing....") ; onClose(); return true }} onDismiss={() => {onClose()}} presentationStyle="pageSheet"> Search an npub to send prescription ) }