import React from 'react'; import { Link, Text, Box } from 'native-base'; export const Example = () => { return ( NativeBase is a component library that enables devs to build universal design systems. It is built on top of React Native, allowing you to develop apps for Android, iOS and the Web.{' '} Read More ); };