diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index dcaeb52da8..eed16db158 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -6297,7 +6297,7 @@ export interface AdSupportIOSStatic { interface AlertIOSButton { text: string - onPress?: () => void + onPress?: (message?: string) => void style?: "default" | "cancel" | "destructive" }