We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57c3a3 commit 31721e0Copy full SHA for 31721e0
index.d.ts
@@ -90,7 +90,7 @@ export interface PickerSelectProps {
90
touchableDoneProps?: CustomTouchableDoneProps;
91
touchableWrapperProps?: CustomTouchableWrapperProps;
92
Icon?: React.FC;
93
- InputAccessoryView?: React.ReactNode;
+ InputAccessoryView?: () => React.ReactNode;
94
darkTheme?: boolean;
95
dropdownItemStyle?: StyleProp<ViewStyle>,
96
activeItemStyle?: StyleProp<ViewStyle>,
0 commit comments