import React from 'react'; import { Box, Heading, Text } from 'native-base'; export const Example = () => { return ( A component library for the React Ecosystem NativeBase is a simple, modular and accessible component library that gives you building blocks to build you React applications. ); };