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
You have to set the css prop "alignSelf" of the button to "center". In the code, the default is "stretch", which starts at the left edge, and then goes as far as the allowed width.
when i set the button's father view's style flexDirection:'column', aliginItems:'center'
this button not center ,is left
The text was updated successfully, but these errors were encountered: