diff --git a/Libraries/Components/Touchable/Touchable.js b/Libraries/Components/Touchable/Touchable.js index 811fb4fdf..3eb8ee640 100644 --- a/Libraries/Components/Touchable/Touchable.js +++ b/Libraries/Components/Touchable/Touchable.js @@ -571,7 +571,7 @@ var TouchableMixin = { return; } - UIManager.measure(tag, this._handleQueryLayout.bind(this)); + UIManager.measure(tag, this._handleQueryLayout); }, _handleQueryLayout: function(l, t, w, h, globalX, globalY) {