import React from 'react'; import { Button, Actionsheet, useDisclose, Box, Text } from 'native-base'; export function Example() { const { isOpen, onOpen, onClose } = useDisclose(); return ( <> Actionsheet Albums Delete Share Play Favourite Cancel > ); }