import React from 'react'; import { Center, Box, HStack, Icon } from 'native-base'; import { MaterialIcons } from '@expo/vector-icons'; export function Example() { return (
} color="white" size={6} />
20
); }