diff options
author | Justin Shillingford <jgs272@cornell.edu> | 2020-06-26 15:27:53 -0400 |
---|---|---|
committer | Justin Shillingford <jgs272@cornell.edu> | 2020-06-29 14:25:38 -0400 |
commit | d08c8cb9dce1dc131325efa93f6b43093dfe81df (patch) | |
tree | 919855a4294ed85b6444fbec6d4b2a025631dba3 /App.tsx | |
parent | 5b4295407e42cb02c8d6da4269f9902b603410e9 (diff) |
We might not need the accessible prop
Diffstat (limited to 'App.tsx')
-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} |