import React from 'react'; import { Alert, HStack, VStack, Box } from 'native-base'; export const Example = () => { return ( ); };