Playgroundfunction ContainerComponent() {return <Container><Heading>A component library for the<Heading color="emerald.400">React Ecosystem</Heading></Heading><Heading pt={4} fontWeight="md" size="sm">NativeBase is a simple, modular and accessible component library thatgives you building blocks to build you React applications.</Heading></Container>;} // Example template which wraps component with NativeBaseProviderfunction Example() {return <NativeBaseProvider><Center flex={1}><ContainerComponent /></Center></NativeBaseProvider>;}