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