File tree 12 files changed +24
-32
lines changed
Libraries/Renderer/implementations
12 files changed +24
-32
lines changed Original file line number Diff line number Diff line change @@ -3963,13 +3963,11 @@ var ReactFabricHostComponent =
3963
3963
var _proto = ReactFabricHostComponent.prototype;
3964
3964
3965
3965
_proto.blur = function blur() {
3966
- ReactNativePrivateInterface.TextInputState.blurTextInput(this._nativeTag );
3966
+ ReactNativePrivateInterface.TextInputState.blurTextInput(this);
3967
3967
};
3968
3968
3969
3969
_proto.focus = function focus() {
3970
- ReactNativePrivateInterface.TextInputState.focusTextInput(
3971
- this._nativeTag
3972
- );
3970
+ ReactNativePrivateInterface.TextInputState.focusTextInput(this);
3973
3971
};
3974
3972
3975
3973
_proto.measure = function measure(callback) {
Original file line number Diff line number Diff line change @@ -3961,13 +3961,11 @@ var ReactFabricHostComponent =
3961
3961
var _proto = ReactFabricHostComponent.prototype;
3962
3962
3963
3963
_proto.blur = function blur() {
3964
- ReactNativePrivateInterface.TextInputState.blurTextInput(this._nativeTag );
3964
+ ReactNativePrivateInterface.TextInputState.blurTextInput(this);
3965
3965
};
3966
3966
3967
3967
_proto.focus = function focus() {
3968
- ReactNativePrivateInterface.TextInputState.focusTextInput(
3969
- this._nativeTag
3970
- );
3968
+ ReactNativePrivateInterface.TextInputState.focusTextInput(this);
3971
3969
};
3972
3970
3973
3971
_proto.measure = function measure(callback) {
Original file line number Diff line number Diff line change @@ -1540,10 +1540,10 @@ var ReactFabricHostComponent = (function() {
1540
1540
}
1541
1541
var _proto = ReactFabricHostComponent . prototype ;
1542
1542
_proto . blur = function ( ) {
1543
- ReactNativePrivateInterface . TextInputState . blurTextInput ( this . _nativeTag ) ;
1543
+ ReactNativePrivateInterface . TextInputState . blurTextInput ( this ) ;
1544
1544
} ;
1545
1545
_proto . focus = function ( ) {
1546
- ReactNativePrivateInterface . TextInputState . focusTextInput ( this . _nativeTag ) ;
1546
+ ReactNativePrivateInterface . TextInputState . focusTextInput ( this ) ;
1547
1547
} ;
1548
1548
_proto . measure = function ( callback ) {
1549
1549
fabricMeasure (
Original file line number Diff line number Diff line change @@ -1531,10 +1531,10 @@ var ReactFabricHostComponent = (function() {
1531
1531
}
1532
1532
var _proto = ReactFabricHostComponent . prototype ;
1533
1533
_proto . blur = function ( ) {
1534
- ReactNativePrivateInterface . TextInputState . blurTextInput ( this . _nativeTag ) ;
1534
+ ReactNativePrivateInterface . TextInputState . blurTextInput ( this ) ;
1535
1535
} ;
1536
1536
_proto . focus = function ( ) {
1537
- ReactNativePrivateInterface . TextInputState . focusTextInput ( this . _nativeTag ) ;
1537
+ ReactNativePrivateInterface . TextInputState . focusTextInput ( this ) ;
1538
1538
} ;
1539
1539
_proto . measure = function ( callback ) {
1540
1540
fabricMeasure (
Original file line number Diff line number Diff line change @@ -1541,10 +1541,10 @@ var ReactFabricHostComponent = (function() {
1541
1541
}
1542
1542
var _proto = ReactFabricHostComponent . prototype ;
1543
1543
_proto . blur = function ( ) {
1544
- ReactNativePrivateInterface . TextInputState . blurTextInput ( this . _nativeTag ) ;
1544
+ ReactNativePrivateInterface . TextInputState . blurTextInput ( this ) ;
1545
1545
} ;
1546
1546
_proto . focus = function ( ) {
1547
- ReactNativePrivateInterface . TextInputState . focusTextInput ( this . _nativeTag ) ;
1547
+ ReactNativePrivateInterface . TextInputState . focusTextInput ( this ) ;
1548
1548
} ;
1549
1549
_proto . measure = function ( callback ) {
1550
1550
fabricMeasure (
Original file line number Diff line number Diff line change @@ -1532,10 +1532,10 @@ var ReactFabricHostComponent = (function() {
1532
1532
}
1533
1533
var _proto = ReactFabricHostComponent . prototype ;
1534
1534
_proto . blur = function ( ) {
1535
- ReactNativePrivateInterface . TextInputState . blurTextInput ( this . _nativeTag ) ;
1535
+ ReactNativePrivateInterface . TextInputState . blurTextInput ( this ) ;
1536
1536
} ;
1537
1537
_proto . focus = function ( ) {
1538
- ReactNativePrivateInterface . TextInputState . focusTextInput ( this . _nativeTag ) ;
1538
+ ReactNativePrivateInterface . TextInputState . focusTextInput ( this ) ;
1539
1539
} ;
1540
1540
_proto . measure = function ( callback ) {
1541
1541
fabricMeasure (
Original file line number Diff line number Diff line change @@ -4047,13 +4047,11 @@ var ReactNativeFiberHostComponent =
4047
4047
var _proto = ReactNativeFiberHostComponent.prototype;
4048
4048
4049
4049
_proto.blur = function blur() {
4050
- ReactNativePrivateInterface.TextInputState.blurTextInput(this._nativeTag );
4050
+ ReactNativePrivateInterface.TextInputState.blurTextInput(this);
4051
4051
};
4052
4052
4053
4053
_proto.focus = function focus() {
4054
- ReactNativePrivateInterface.TextInputState.focusTextInput(
4055
- this._nativeTag
4056
- );
4054
+ ReactNativePrivateInterface.TextInputState.focusTextInput(this);
4057
4055
};
4058
4056
4059
4057
_proto.measure = function measure(callback) {
Original file line number Diff line number Diff line change @@ -4045,13 +4045,11 @@ var ReactNativeFiberHostComponent =
4045
4045
var _proto = ReactNativeFiberHostComponent.prototype;
4046
4046
4047
4047
_proto.blur = function blur() {
4048
- ReactNativePrivateInterface.TextInputState.blurTextInput(this._nativeTag );
4048
+ ReactNativePrivateInterface.TextInputState.blurTextInput(this);
4049
4049
};
4050
4050
4051
4051
_proto.focus = function focus() {
4052
- ReactNativePrivateInterface.TextInputState.focusTextInput(
4053
- this._nativeTag
4054
- );
4052
+ ReactNativePrivateInterface.TextInputState.focusTextInput(this);
4055
4053
};
4056
4054
4057
4055
_proto.measure = function measure(callback) {
Original file line number Diff line number Diff line change @@ -1554,10 +1554,10 @@ var ReactNativeFiberHostComponent = (function() {
1554
1554
}
1555
1555
var _proto = ReactNativeFiberHostComponent.prototype;
1556
1556
_proto.blur = function() {
1557
- ReactNativePrivateInterface.TextInputState.blurTextInput(this._nativeTag );
1557
+ ReactNativePrivateInterface.TextInputState.blurTextInput(this);
1558
1558
};
1559
1559
_proto.focus = function() {
1560
- ReactNativePrivateInterface.TextInputState.focusTextInput(this._nativeTag );
1560
+ ReactNativePrivateInterface.TextInputState.focusTextInput(this);
1561
1561
};
1562
1562
_proto.measure = function(callback) {
1563
1563
ReactNativePrivateInterface.UIManager.measure(
Original file line number Diff line number Diff line change @@ -1544,10 +1544,10 @@ var ReactNativeFiberHostComponent = (function() {
1544
1544
}
1545
1545
var _proto = ReactNativeFiberHostComponent.prototype;
1546
1546
_proto.blur = function() {
1547
- ReactNativePrivateInterface.TextInputState.blurTextInput(this._nativeTag );
1547
+ ReactNativePrivateInterface.TextInputState.blurTextInput(this);
1548
1548
};
1549
1549
_proto.focus = function() {
1550
- ReactNativePrivateInterface.TextInputState.focusTextInput(this._nativeTag );
1550
+ ReactNativePrivateInterface.TextInputState.focusTextInput(this);
1551
1551
};
1552
1552
_proto.measure = function(callback) {
1553
1553
ReactNativePrivateInterface.UIManager.measure(
Original file line number Diff line number Diff line change @@ -1555,10 +1555,10 @@ var ReactNativeFiberHostComponent = (function() {
1555
1555
}
1556
1556
var _proto = ReactNativeFiberHostComponent.prototype;
1557
1557
_proto.blur = function() {
1558
- ReactNativePrivateInterface.TextInputState.blurTextInput(this._nativeTag );
1558
+ ReactNativePrivateInterface.TextInputState.blurTextInput(this);
1559
1559
};
1560
1560
_proto.focus = function() {
1561
- ReactNativePrivateInterface.TextInputState.focusTextInput(this._nativeTag );
1561
+ ReactNativePrivateInterface.TextInputState.focusTextInput(this);
1562
1562
};
1563
1563
_proto.measure = function(callback) {
1564
1564
ReactNativePrivateInterface.UIManager.measure(
Original file line number Diff line number Diff line change @@ -1545,10 +1545,10 @@ var ReactNativeFiberHostComponent = (function() {
1545
1545
}
1546
1546
var _proto = ReactNativeFiberHostComponent.prototype;
1547
1547
_proto.blur = function() {
1548
- ReactNativePrivateInterface.TextInputState.blurTextInput(this._nativeTag );
1548
+ ReactNativePrivateInterface.TextInputState.blurTextInput(this);
1549
1549
};
1550
1550
_proto.focus = function() {
1551
- ReactNativePrivateInterface.TextInputState.focusTextInput(this._nativeTag );
1551
+ ReactNativePrivateInterface.TextInputState.focusTextInput(this);
1552
1552
};
1553
1553
_proto.measure = function(callback) {
1554
1554
ReactNativePrivateInterface.UIManager.measure(
You can’t perform that action at this time.
0 commit comments