conyappa / mobile

The hybrid–native mobile application of Con Yappa.
0 stars 0 forks source link

Configure autocapitalization in Login and Signup forms #53

Closed ariel-m-s closed 3 years ago

ariel-m-s commented 3 years ago

Description

This PR adds the autoCapitalize argument to TextInput as a required prop and uses it in the Login and Signup forms.

autoCapitalize docs here.

Requirements

None.

Additional Changes

Order TextInput props in a consistent way.

github-actions[bot] commented 3 years ago

Branch preview:

Expo QR

Published to https://exp.host/@conyappa/conyappa?release-channel=pr-53-preview.

daleal commented 3 years ago

Why not defaulting the capitalization to "none"?

ariel-m-s commented 3 years ago

Why not defaulting the capitalization to "none"?

I didn’t find any reason to do this.