Skip to content

Commit

Permalink
Include onLayout in TextInput render props
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustasFriend authored Dec 22, 2023
1 parent c190a95 commit 347824d
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 347824d

Please sign in to comment.