import React from 'react'; import { Button, useToast, Center } from 'native-base'; export function Example() { const toast = useToast(); const id = 'test-toast'; return (
); }