Quick fix for post input not capitalizing the start of sentences (#8168)
This commit is contained in:
parent
f89fda480b
commit
8eba95ad5c
1 changed files with 1 additions and 0 deletions
|
|
@ -335,6 +335,7 @@ export default function PostInput({
|
|||
underlineColorAndroid='transparent'
|
||||
textContentType='none'
|
||||
value={value}
|
||||
autoCapitalize='sentences'
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue