import React from 'react'; import { CircularProgress, Heading, Center, VStack } from 'native-base'; export const Example = () => { return (
Changing the sizes
); };