diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index bbceb07226..ee2ad9adc1 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 {