SimformSolutionsPvtLtd/react-native-spinner-button

alignSelf Spinner

h2soheili opened this issue · 1 comments

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

@club9822: We updated the package! Appreciate your support!