Skip to content

Commit

Permalink
Fix missing Alert in react-native.js.flow
Browse files Browse the repository at this point in the history
Summary: Closes #5192

Reviewed By: svcscm

Differential Revision: D2815060

Pulled By: androidtrunkagent

fb-gh-sync-id: cbf9058e4e6b36584d8487fc132faa2a5c52bbe0
  • Loading branch information
falsecz authored and facebook-github-bot-8 committed Jan 8, 2016
1 parent 7341706 commit 5a3b272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/react-native/react-native.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ var ReactNative = Object.assign(Object.create(require('React')), {
// APIs
ActionSheetIOS: require('ActionSheetIOS'),
AdSupportIOS: require('AdSupportIOS'),
Alert: require('Alert'),
AlertIOS: require('AlertIOS'),
Animated: require('Animated'),
AppRegistry: require('AppRegistry'),
Expand Down

0 comments on commit 5a3b272

Please sign in to comment.