aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Shillingford <jgs272@cornell.edu>2020-06-26 15:27:53 -0400
committerJustin Shillingford <jgs272@cornell.edu>2020-06-26 15:27:53 -0400
commit978ae4debec6b5ab0fe239fb71d7f11a7d7798fd (patch)
tree537055e1ee066e71d88fca9efd9cfc6d1f7f477f
parent59146f5e1431dc67e6e788062663851959964291 (diff)
We might not need the accessible prop
-rw-r--r--App.tsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/App.tsx b/App.tsx
index 68f325ca..70ff6a2d 100644
--- a/App.tsx
+++ b/App.tsx
@@ -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}