mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 20:25:33 +08:00
Fix packager reload command not working
Reviewed By: yungsters, mmmulani Differential Revision: D5061001 fbshipit-source-id: 8b75c95525f90955a8dc2054861ad3b6e25eab1d
This commit is contained in:
committed by
Facebook Github Bot
parent
f8b683b3ee
commit
49c4c0c942
@@ -41,8 +41,8 @@
|
||||
_bridge = bridge;
|
||||
|
||||
_handlers = [NSMutableDictionary new];
|
||||
_handlers[@"reload"] = [[RCTReloadPackagerMethod alloc] initWithBridge:_bridge];
|
||||
_handlers[@"pokeSamplingProfiler"] = [[RCTSamplingProfilerPackagerMethod alloc] initWithBridge:_bridge];
|
||||
_handlers[@"reload"] = [[RCTReloadPackagerMethod alloc] initWithBridge:bridge];
|
||||
_handlers[@"pokeSamplingProfiler"] = [[RCTSamplingProfilerPackagerMethod alloc] initWithBridge:bridge];
|
||||
|
||||
[self connect];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user