Skip to content

Commit

Permalink
Merge pull request #29467 from aswin-s/fix/issue-21615
Browse files Browse the repository at this point in the history
  • Loading branch information
Li357 authored Oct 13, 2023
2 parents f6c4970 + cf4493e commit be18d1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/RNTextInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ function RNTextInput(props) {
return (
<AnimatedTextInput
allowFontScaling={false}
textBreakStrategy="simple"
ref={(ref) => {
if (!_.isFunction(props.forwardedRef)) {
return;
Expand Down

0 comments on commit be18d1e

Please sign in to comment.