diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index 32b5b57f1b..8eba2c1cd1 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -6554,7 +6554,7 @@ export interface ShareStatic { * - `dialogTitle` * */ - share(content: ShareContent, options: ShareOptions): Promise + share(content: ShareContent, options?: ShareOptions): Promise sharedAction: string dismissedAction: string }