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'm trying to change the disabled prop of a galio button with a state variable. However I keep getting this warning. I even tried simple code sth like: <Button disabled={true} uppercase color={Theme.COLORS.MAIN} size="large" style={styles.button} >Enter</Button>
I'm using the latest version (0.7.1)
The text was updated successfully, but these errors were encountered:
I'm trying to change the disabled prop of a galio button with a state variable. However I keep getting this warning. I even tried simple code sth like:
<Button disabled={true} uppercase color={Theme.COLORS.MAIN} size="large" style={styles.button} >Enter</Button>
I'm using the latest version (0.7.1)
The text was updated successfully, but these errors were encountered: