import React from 'react';
import { Heading } from 'native-base';

export function Example() {
  return (
    <Heading size="lg" fontSize={50} bold>
      How are you?
    </Heading>
  );
}
