import React from 'react'; import { Box, Progress, Center, Heading, Text } from '@native-base/v3'; export default function () { return (
This is all the variantions of Progress Bar
Try different colorScheme using knobs Try different sizes using knobs You can pass custom background color using bg {/* You can add isIndeterminate for loading animation progress bar */}
); }