From c5242dc5eb85d4ebd9227174f613e412ea26950b Mon Sep 17 00:00:00 2001 From: Malik <97094483+malik-coachhub@users.noreply.github.com> Date: Wed, 30 Mar 2022 12:01:08 +0100 Subject: [PATCH] fix: add `pickerStyleIOS` to Typing file (#635) --- typings/index.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/typings/index.d.ts b/typings/index.d.ts index 8517b9d..13f18b9 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -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 =