import React from 'react'; import { Button, Actionsheet, useDisclose, Icon, Box, Text, Center, } from 'native-base'; import { Path } from 'react-native-svg'; import { MaterialIcons, Ionicons } from '@expo/vector-icons'; export function Example() { const { isOpen, onOpen, onClose } = useDisclose(); return (
Albums } > Delete } > Share } > Play } > Favourite } > Cancel
); }