import React from 'react'; import { Heading, VStack } from '@native-base/v3'; export default function () { return ( I'm a Heading I'm a Heading ); }