mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 01:40:08 +00:00
[ReactNative] Fix ScrollView.scrollTo()
This commit is contained in:
parent
b2bf4b88bf
commit
2b38a70e9c
@ -183,7 +183,7 @@ var ScrollView = React.createClass({
|
||||
|
||||
scrollTo: function(destY, destX) {
|
||||
RKUIManager.scrollTo(
|
||||
ReactIOSTagHandles.rootNodeIDToTag[this._rootNodeID],
|
||||
this.getNodeHandle(),
|
||||
destX || 0,
|
||||
destY || 0
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user