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