Skip to content

Commit

Permalink
fix: include onLayout in TextInput render props (#4239)
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustasFriend authored Jan 8, 2024
1 parent 67f1b9c commit 915a9fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TextInput/types.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export type RenderProps = {
onFocus?: (args: any) => void;
onBlur?: (args: any) => void;
underlineColorAndroid?: string;
onLayout?: (args: any) => void;
style: any;
multiline?: boolean;
numberOfLines?: number;
Expand Down

0 comments on commit 915a9fd

Please sign in to comment.