We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a710859 commit 7eda0a0Copy full SHA for 7eda0a0
examples/basic/components/LoginForm.tsx
@@ -56,12 +56,7 @@ export function LoginForm({ onLoginSuccess }: Props) {
56
</Text>
57
)}
58
59
- <Pressable
60
- role="button"
61
- disabled={isLoading}
62
- onPress={handleSignIn}
63
- style={styles.button}
64
- >
+ <Pressable role="button" disabled={isLoading} onPress={handleSignIn} style={styles.button}>
65
{isLoading ? (
66
<ActivityIndicator color="white" />
67
) : (
0 commit comments