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
{{ message }}
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.
I think you need to change button style value on Button.js file (./node_modules/react-native-material-design/lib/Button.js) like this : top: Platform.OS === 'android' ? 2 : -4
change to : top: -4
I am using the following code to display a button,
The text in the button is not aligned at the centre, as shown in the below image,
The text was updated successfully, but these errors were encountered: