diff options
author | Justin Shillingford <jgs272@cornell.edu> | 2020-06-26 15:27:53 -0400 |
---|---|---|
committer | Justin Shillingford <jgs272@cornell.edu> | 2020-06-26 15:27:53 -0400 |
commit | 978ae4debec6b5ab0fe239fb71d7f11a7d7798fd (patch) | |
tree | 537055e1ee066e71d88fca9efd9cfc6d1f7f477f | |
parent | 59146f5e1431dc67e6e788062663851959964291 (diff) |
We might not need the accessible prop
-rw-r--r-- | App.tsx | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -56,7 +56,6 @@ const App = () => { style={styles.logo} /> <TextInput - accessible={true} accessibilityLabel="Username text entry box" accessibilityHint="Enter your tagg username here" style={styles.credentials} @@ -70,7 +69,6 @@ const App = () => { blurOnSubmit={false} /> <TextInput - accessible={true} accessibilityLabel="Password text entry box" accessibilityHint="Enter your tagg password here" style={styles.credentials} @@ -84,7 +82,6 @@ const App = () => { secureTextEntry={true} /> <TouchableOpacity - accessible={true} accessibilityLabel="Forgot password button" accessibilityHint="Select this if you forgot your tagg password" style={styles.forgotPassword} @@ -92,7 +89,6 @@ const App = () => { <Text style={styles.forgotPasswordText}>Forgot password</Text> </TouchableOpacity> <TouchableOpacity - accessible={true} accessibilityLabel="Let's start button" accessibilityHint="Select this after entering your tagg username and password" style={styles.start} |