import React from 'react'; import { Center, IconButton, VStack } from 'native-base'; import { AntDesign } from '@expo/vector-icons'; export const Example = () => { return (
{['outline', 'solid', 'ghost'].map((variant: any) => ( ))}
); };