Quick fix for post input not capitalizing the start of sentences (#8168)

This commit is contained in:
Daniel Espino García 2024-08-26 10:48:44 +02:00 committed by GitHub
parent f89fda480b
commit 8eba95ad5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -335,6 +335,7 @@ export default function PostInput({
underlineColorAndroid='transparent'
textContentType='none'
value={value}
autoCapitalize='sentences'
/>
);
}