UNPKG

@heap/react-native-heap

Version:

React Native event tracking with Heap.

12 lines (10 loc) 234 B
const ScrollView = createReactClass({ render() { const props = { ...this.props, onMomentumScrollEnd: this.scrollResponderHandleMomentumScrollEnd, }; const {decelerationRate} = this.props; return; } })