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 5c35456 commit f71f9d9Copy full SHA for f71f9d9
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