import React from 'react'; import { Box, Text, Heading } from 'native-base'; export function Example() { return ( Heading Headings are used for rendering headlines. Heading composes Text so you can use all the style props. ); }