Skip to content

Commit eab5a2b

Browse files
committed
LinkingManager: startObserver
1 parent 5df450e commit eab5a2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Libraries/LinkingIOS/RCTLinkingManager.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ @implementation RCTLinkingManager
2424
- (void)setBridge:(RCTBridge *)bridge
2525
{
2626
_bridge = bridge;
27+
// TODO: it's not a right place
28+
// it should be called automatically
29+
[self startObserving];
2730
}
2831

2932
- (void)startObserving

0 commit comments

Comments
 (0)