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