import React from 'react'; import { Spinner, HStack, Heading } from 'native-base'; export const Example = () => { return ( Loading ); };