Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add autoCapitalize to RNTextInputProps #110

Merged
merged 2 commits into from
Oct 19, 2023

Conversation

mastro993
Copy link
Contributor

Short description

This PR adds the ability to pass autoCapitalize prop to TextInput component

List of changes proposed in this pull request

  • Added autoCapitalize to RNTextInputProps type

How to test

Use a TextInput component and pass autoCapitalize to the textInputProps. Check that the casing is correctly handled by the component.

@mastro993 mastro993 merged commit a43a59f into main Oct 19, 2023
2 checks passed
@mastro993 mastro993 deleted the allow-auto-capitalize-prop-in-text-input branch October 19, 2023 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants