Skip to content

Commit

Permalink
Fix reload in production app
Browse files Browse the repository at this point in the history
  • Loading branch information
piaskowyk committed Apr 17, 2024
1 parent 32ab312 commit 3e54ad0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apple/REAModule.mm
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,7 @@ - (void)setBridge:(RCTBridge *)bridge
_surfacePresenter = self.bridge.surfacePresenter;
}

#ifndef NDEBUG
[self setReaSurfacePresenter];
#endif // NDEBUG

_nodesManager = [[REANodesManager alloc] initWithModule:self bridge:bridge surfacePresenter:_surfacePresenter];

Expand Down

0 comments on commit 3e54ad0

Please sign in to comment.