import React from 'react';
import { ProgressBar, StyleSheet, View } from 'react-native';
import Example from '../../shared/example';
function Divider() {
return ;
}
export default function ProgressBarPage() {
return (
);
}
const styles = StyleSheet.create({
container: {
alignSelf: 'stretch',
padding: '1rem'
},
divider: {
height: '1rem'
},
custom: {
borderRadius: 10,
height: 20
}
});