Skip to content

Commit

Permalink
LinkingManager: startObserver
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmt committed Sep 6, 2016
1 parent 5df450e commit eab5a2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Libraries/LinkingIOS/RCTLinkingManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ @implementation RCTLinkingManager
- (void)setBridge:(RCTBridge *)bridge
{
_bridge = bridge;
// TODO: it's not a right place
// it should be called automatically
[self startObserving];
}

- (void)startObserving
Expand Down

0 comments on commit eab5a2b

Please sign in to comment.