Skip to content

Commit

Permalink
TouchableOpacity @noflow -> @flow
Browse files Browse the repository at this point in the history
Reviewed By: yungsters

Differential Revision: D7983644

fbshipit-source-id: bf4a0ba600ac51ef07ac12927eed29eeb92ffb2a
  • Loading branch information
elicwhite authored and facebook-github-bot committed May 13, 2018
1 parent f0c18dc commit 6cfa4a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Libraries/Components/Touchable/TouchableOpacity.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 6cfa4a3

Please sign in to comment.