TouchableOpacity @noflow -> @flow

Reviewed By: yungsters

Differential Revision: D7983644

fbshipit-source-id: bf4a0ba600ac51ef07ac12927eed29eeb92ffb2a
This commit is contained in:
Eli White
2018-05-12 23:10:49 -07:00
committed by Facebook Github Bot
parent f0c18dc820
commit 6cfa4a360d

View File

@@ -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');