import React from 'react'; import { Breadcrumb, Box, Heading } from 'native-base'; export const Example = () => { return ( Default Breadcrumb Home (This is currently active) Docs Github ); };