From 6cfa4a360d307e744c1d233adad7a7edae513218 Mon Sep 17 00:00:00 2001 From: Eli White Date: Sat, 12 May 2018 23:10:49 -0700 Subject: [PATCH] TouchableOpacity @noflow -> @flow Reviewed By: yungsters Differential Revision: D7983644 fbshipit-source-id: bf4a0ba600ac51ef07ac12927eed29eeb92ffb2a --- Libraries/Components/Touchable/TouchableOpacity.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Libraries/Components/Touchable/TouchableOpacity.js b/Libraries/Components/Touchable/TouchableOpacity.js index afb01b079af9f7..3ecce723459307 100644 --- a/Libraries/Components/Touchable/TouchableOpacity.js +++ b/Libraries/Components/Touchable/TouchableOpacity.js @@ -5,13 +5,11 @@ * LICENSE file in the root directory of this source tree. * * @format - * @noflow + * @flow */ 'use strict'; -// Note (avik): add @flow when Flow supports spread properties in propTypes - const Animated = require('Animated'); const Easing = require('Easing'); const NativeMethodsMixin = require('NativeMethodsMixin');