import React from 'react'; import { Icon, Center, HStack } from 'native-base'; import { MaterialCommunityIcons, AntDesign, Entypo } from '@expo/vector-icons'; export const Example = () => { return (
); };