mirror of
https://github.com/status-im/react-native.git
synced 2025-02-27 16:40:38 +00:00
Update AnimatedImplementation.js
Summary: Small sample code fix, based on #12175 Closes https://github.com/facebook/react-native/pull/14948 Differential Revision: D5399724 Pulled By: hramos fbshipit-source-id: dd4de3b06dcec090f0c636b8d4c1f315cefc8b1b
This commit is contained in:
parent
3f16aa5559
commit
18c795bfcc
@ -2825,9 +2825,9 @@ module.exports = {
|
||||
*
|
||||
*```javascript
|
||||
* onScroll={Animated.event(
|
||||
* [{nativeEvent: {contentOffset: {x: this._scrollX}}}]
|
||||
* [{nativeEvent: {contentOffset: {x: this._scrollX}}}],
|
||||
* {listener}, // Optional async listener
|
||||
* )
|
||||
* )}
|
||||
* ...
|
||||
* onPanResponderMove: Animated.event([
|
||||
* null, // raw event arg ignored
|
||||
|
Loading…
x
Reference in New Issue
Block a user