Commit ea13c8c
_handleRef: support for Animated wrappers (#274)
Currently the ref provided by Animated.ScrollView is a wrapper, on which we can call "getNode()"
The current change ensure that we unwrap the real scrollview before trying to use the scrollview methods, and keep retrocompatibility for non-animated scrollviews
See also facebook/react-native#196501 parent b788ad3 commit ea13c8c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
413 | | - | |
| 413 | + | |
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
| |||
0 commit comments