From 7c1a34a760219c271b8e6300825965465920934f Mon Sep 17 00:00:00 2001 From: Sergei Butko Date: Mon, 19 Mar 2018 20:08:37 +0200 Subject: [PATCH] Added tintColor into ActionSheetIOSOptions --- types/react-native/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index 5abf96e04c..8b2dd2f706 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -6125,6 +6125,7 @@ export interface ActionSheetIOSOptions { cancelButtonIndex?: number; destructiveButtonIndex?: number; message?: string; + tintColor?: string; } export interface ShareActionSheetIOSOptions {