import React from 'react'; import { Link, Box } from 'native-base'; export const Example = () => { return ( Click here to open documentation. ); };