From 6fea7c2846d3977e2b6549aa3243d582b4c39c78 Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Wed, 22 Jul 2015 18:09:55 -0700 Subject: [PATCH] [ReactNative] Remove all the flow errors --- Libraries/react-native/react-native-interface.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Libraries/react-native/react-native-interface.js b/Libraries/react-native/react-native-interface.js index b76518387..623ffd98c 100644 --- a/Libraries/react-native/react-native-interface.js +++ b/Libraries/react-native/react-native-interface.js @@ -21,3 +21,6 @@ declare var fetch: any; declare var Headers: any; declare var Request: any; declare var Response: any; +declare module requestAnimationFrame { + declare var exports: (callback: any) => any; +}