Fix a few more Flow warnings

Differential Revision: D6236901

fbshipit-source-id: d98c46cce83ddb45d7f9139d981595eaaeeff933
This commit is contained in:
Wei Yeh 2017-11-05 12:01:16 -08:00 committed by Facebook Github Bot
parent fd9c3618fc
commit e0202e459f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ const Platform = require('Platform');
import type { AlertType, AlertButtonStyle } from 'AlertIOS';
type Buttons = Array<{
export type Buttons = Array<{
text?: string,
onPress?: ?Function,
style?: AlertButtonStyle,