Make fetchSegment native hook name consistent with __ prefix

Reviewed By: jeanlauliac

Differential Revision: D7205472

fbshipit-source-id: 4cef66539167ed47cf0ac8d3665c20114ffff375
This commit is contained in:
Alex Dvornikov 2018-03-09 08:17:25 -08:00 committed by Facebook Github Bot
parent 8803ab2f11
commit 20fcf4779c
1 changed files with 1 additions and 1 deletions

View File

@ -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,
) {