react-native-swipeable-element icon indicating copy to clipboard operation
react-native-swipeable-element copied to clipboard

Fix animation in handlePanResponderEnd

Open BlooJeans opened this issue 10 years ago • 0 comments

Releasing a drag crashed the app, caused by including a instance-specific or old module require('../../TaskList/animations');

As of react-native v0.4.4, it's accessible on LayoutAnimation.Presets.easeInEaseOut

BlooJeans avatar May 18 '15 16:05 BlooJeans