mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 20:35:43 +08:00
[react-native] Codemod .getNodeHandle, .getNativeNode to React.findNodeHandle
This commit is contained in:
committed by
Christopher Chedeau
parent
a2f73b4d77
commit
a0440daf98
@@ -67,7 +67,7 @@ var RCTNavigatorItem = createReactNativeComponentClass({
|
||||
var NavigatorTransitionerIOS = React.createClass({
|
||||
requestSchedulingNavigation: function(cb) {
|
||||
RCTNavigatorManager.requestSchedulingJavaScriptNavigation(
|
||||
(this: any).getNodeHandle(),
|
||||
React.findNodeHandle(this),
|
||||
logError,
|
||||
cb
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user