Fix all the flow errors

Reviewed By: bestander

Differential Revision: D4435405

fbshipit-source-id: 888c94e7984d3ca926a4b08b1e3dafe9a2474491
This commit is contained in:
Gabe Levi
2017-01-19 04:36:30 -08:00
committed by Facebook Github Bot
parent 72be2d35cc
commit 6ffdd1678e

View File

@@ -17,8 +17,6 @@ var DialogModuleAndroid = require('NativeModules').DialogManagerAndroid;
import type { AlertType, AlertButtonStyle } from 'AlertIOS';
/* $FlowFixMe(>=0.38.0 site=react_native_fb) - Flow error detected during the
* deployment of v0.38.0. To see the error, remove this comment and run flow */
type Buttons = Array<{
text?: string,
onPress?: ?Function,