mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 20:01:01 +08:00
Fix all the flow errors
Reviewed By: bestander Differential Revision: D4435405 fbshipit-source-id: 888c94e7984d3ca926a4b08b1e3dafe9a2474491
This commit is contained in:
committed by
Facebook Github Bot
parent
72be2d35cc
commit
6ffdd1678e
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user