mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
TouchableOpacity @noflow -> @flow
Reviewed By: yungsters Differential Revision: D7983644 fbshipit-source-id: bf4a0ba600ac51ef07ac12927eed29eeb92ffb2a
This commit is contained in:
committed by
Facebook Github Bot
parent
f0c18dc820
commit
6cfa4a360d
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user