Skip to content

Commit

Permalink
Fix a few more Flow warnings
Browse files Browse the repository at this point in the history
Differential Revision: D6236901

fbshipit-source-id: d98c46cce83ddb45d7f9139d981595eaaeeff933
  • Loading branch information
Wei Yeh authored and facebook-github-bot committed Nov 5, 2017
1 parent fd9c361 commit e0202e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Alert/Alert.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e0202e4

Please sign in to comment.