DefinitelyTyped/types/react-native
Kyle Roach 5649785dfe fix(react-native): Alert.prompt signature (#38918)
The signature of callbackOrButtons allows either:
1. function that returns void
2. array of AlertButton

Instead the current signature does:
1. function that returns void or an array of AlertButton

This fixes the signature to be correct.
2019-10-07 12:22:09 +02:00
..
test fix(react-native): Alert.prompt signature (#38918) 2019-10-07 12:22:09 +02:00
BatchedBridge.d.ts
Devtools.d.ts
globals.d.ts
index.d.ts fix(react-native): Alert.prompt signature (#38918) 2019-10-07 12:22:09 +02:00
LaunchScreen.d.ts
legacy-properties.d.ts
tsconfig.json
tslint.json