Skip to content

Commit

Permalink
feat: add caretHeight and caretYoffset to TextInput component
Browse files Browse the repository at this point in the history
  • Loading branch information
OlimpiaZurek committed Feb 23, 2024
1 parent 148d162 commit 1f1d08b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1517,6 +1517,8 @@ function InternalTextInput(props: Props): React.Node {
style,
)}
text={text}
caretYOffset={props.caretYOffset}
caretHeight={props.caretHeight}
/>
);
} else if (Platform.OS === 'android') {
Expand Down

0 comments on commit 1f1d08b

Please sign in to comment.