chore: remove commented out code

This commit is contained in:
satyajit.happy
2019-09-04 11:55:37 +02:00
parent faaf855717
commit ceaf18edd6

View File

@@ -741,7 +741,6 @@ export default class Card extends React.Component<Props> {
return (
<StackGestureContext.Provider value={this.gestureRef}>
<View pointerEvents="box-none" {...rest}>
{/* <Animated.Code exec={this.exec} /> */}
<Animated.Code
key={gestureEnabled ? 'gesture-code' : 'no-gesture-code'}
exec={gestureEnabled ? this.execWithGesture : this.execNoGesture}