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
At least for Android, we should refactor modules/button away from the react-native-button dependency.
BasicButton has a small tap target equal to the height of the text. We should allow for the button to be part of the tap target (which this component's styles enable for iOS).
We could replace this on Android with react-native-paper's Button for a much more material look/feel.
Android
iOS
The text was updated successfully, but these errors were encountered:
At least for Android, we should refactor
modules/button
away from thereact-native-button
dependency.BasicButton
has a small tap target equal to the height of the text. We should allow for the button to be part of the tap target (which this component's styles enable for iOS).We could replace this on Android with react-native-paper's Button for a much more material look/feel.
The text was updated successfully, but these errors were encountered: