import React from 'react'; import { Heading } from '@native-base/v3'; export default function () { return ( I'm overriding this heading ); }