From 28fb6ca5a4f011f74735f820dbe2e2c6c3ecff90 Mon Sep 17 00:00:00 2001 From: Basil Hosmer Date: Fri, 3 Apr 2015 11:03:41 -0700 Subject: [PATCH] add @flow back to View.js --- Libraries/Components/View/View.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Libraries/Components/View/View.js b/Libraries/Components/View/View.js index e34c13883..c981e4129 100644 --- a/Libraries/Components/View/View.js +++ b/Libraries/Components/View/View.js @@ -7,6 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. * * @providesModule View + * @flow */ 'use strict';