diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index f07b6df158..5af1f6e9b6 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -6559,7 +6559,7 @@ export type ShareContent = { export type ShareOptions = { dialogTitle?: string - excludeActivityTypes?: Array + excludedActivityTypes?: Array tintColor?: string }