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
NativeBase enforces uppercase on Buttons when not on iOS here.
Unfortunately there's no way to disable this behaviour other than by adding <Text uppercase={false}> every time we create a Button, which is messy and easily forgotten, or creating a wrapper component to do that, which is also easily forgotten.
I looked into disabling via the theme or via variables, but couldn't find any easy way to do that as the property isn't style.
So request is for either:
a way to switch off the uppercase globally in variables
a way to switch off in theme which can then be applied to certain button classes
The text was updated successfully, but these errors were encountered:
NativeBase enforces uppercase on Buttons when not on iOS here.
Unfortunately there's no way to disable this behaviour other than by adding
<Text uppercase={false}>
every time we create a Button, which is messy and easily forgotten, or creating a wrapper component to do that, which is also easily forgotten.I looked into disabling via the theme or via variables, but couldn't find any easy way to do that as the property isn't style.
So request is for either:
The text was updated successfully, but these errors were encountered: