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