Skip to content

Commit

Permalink
fix: add pickerStyleIOS to Typing file (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
malik-coachhub committed Mar 30, 2022
1 parent 6ca0a3e commit c5242dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ export interface DateTimePickerProps {
* Used to locate this view in end-to-end tests.
*/
testID?: string;

/**
* The style of the picker \ (iOS)
*/
pickerStyleIOS?: ViewStyle;
}

type NativePickerProps =
Expand Down

0 comments on commit c5242dc

Please sign in to comment.