Make fetchSegment native hook name consistent with __ prefix
Reviewed By: jeanlauliac Differential Revision: D7205472 fbshipit-source-id: 4cef66539167ed47cf0ac8d3665c20114ffff375
This commit is contained in:
parent
8803ab2f11
commit
20fcf4779c
|
@ -161,7 +161,7 @@ BatchedBridge.registerLazyCallableModule('RCTNativeAppEventEmitter', () => requi
|
|||
BatchedBridge.registerLazyCallableModule('PerformanceLogger', () => require('PerformanceLogger'));
|
||||
BatchedBridge.registerLazyCallableModule('JSDevSupportModule', () => require('JSDevSupportModule'));
|
||||
|
||||
global.fetchSegment = function(
|
||||
global.__fetchSegment = function(
|
||||
segmentId: number,
|
||||
callback: (?Error) => void,
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue