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