import React from 'react'; import { View, Text, Heading } 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. ); };