From 5a3b272f7e989bb0e574d14c5080966a9188b674 Mon Sep 17 00:00:00 2001 From: Lukas Benes Date: Fri, 8 Jan 2016 04:35:24 -0800 Subject: [PATCH] Fix missing Alert in react-native.js.flow Summary: Closes https://github.com/facebook/react-native/pull/5192 Reviewed By: svcscm Differential Revision: D2815060 Pulled By: androidtrunkagent fb-gh-sync-id: cbf9058e4e6b36584d8487fc132faa2a5c52bbe0 --- Libraries/react-native/react-native.js.flow | 1 + 1 file changed, 1 insertion(+) diff --git a/Libraries/react-native/react-native.js.flow b/Libraries/react-native/react-native.js.flow index 7773b27c0..a178f69cf 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'),