You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i figure out this is because of the circle.frame it gives the Y value as the hight / 2
i guess the Y value needs to be 0 so the spinner start from the begging and doesn't force the upper empty space
The text was updated successfully, but these errors were encountered:
i tried to use ThreeBounce but the more size i go the more top padding i get. and it's not possible to handle it from the design
ex. https://ibb.co/mX86kF
<Spinner type="ThreeBounce" size={ 60 } />
i figure out this is because of the circle.frame it gives the
Y
value as thehight / 2
i guess the
Y
value needs to be0
so the spinner start from the begging and doesn't force the upper empty spaceThe text was updated successfully, but these errors were encountered: