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-29 14:25:38 -0400
commitd08c8cb9dce1dc131325efa93f6b43093dfe81df (patch)
tree919855a4294ed85b6444fbec6d4b2a025631dba3
parent5b4295407e42cb02c8d6da4269f9902b603410e9 (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}