import React from 'react'; import { Container, Text, Heading, Center } from 'native-base'; export function 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.
); }