alignSelf Spinner
h2soheili opened this issue · 1 comments
h2soheili commented
please set alignSelf:'center' in SpinnerComponent for all cases
switch (spinnerType) {
case 'BallIndicator':
return (
<View style={{ width: width, alignItems: 'center', justifyContent: 'center' }}> /// here for all //case
/// ..
);
case 'BarIndicator':
.....
for be center in show loading spinner
Krunal-K-SimformSolutions commented
@club9822: We updated the package! Appreciate your support!