import React from 'react'; import { Alert, Collapse, Button, VStack, HStack, IconButton, CloseIcon, Box, Text, } from 'native-base'; export function Example() { const [show, setShow] = React.useState(true); return ( Please try again later! } _icon={{ color: 'coolGray.600' }} onPress={() => setShow(false)} /> Your coupon could not be processed at this time. ); }