diff --git a/Libraries/react-native/react-native.js.flow b/Libraries/react-native/react-native.js.flow index 7773b27c0281c7..a178f69cf43685 100644 --- a/Libraries/react-native/react-native.js.flow +++ b/Libraries/react-native/react-native.js.flow @@ -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'),