import React from 'react'; import { Breadcrumb, Box, Heading, Icon } from 'native-base'; import { Ionicons } from '@expo/vector-icons'; export const Example = () => { return ( Breadcrumb with Custom Separator } size={5} /> } > Home (This is currently active) Docs Github ); };