Merge pull request #16483 from benben198805/master

add PromptIOSButton interface in prompt method of AlertIOSStatic in type/react-native/index.d.ts
This commit is contained in:
Eloy Durán
2017-05-15 11:17:21 +02:00
committed by GitHub

View File

@@ -6297,7 +6297,7 @@ export interface AdSupportIOSStatic {
interface AlertIOSButton {
text: string
onPress?: () => void
onPress?: (message?: string) => void
style?: "default" | "cancel" | "destructive"
}