import React from 'react'; import { CircularProgress, Heading, Center } from 'native-base'; export const Example = () => { return (
Adding label 60%
); };