Skip to content

Commit

Permalink
fix: make install method blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Marion committed Jan 26, 2024
1 parent 98fbd4f commit 77ae7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/HeapProfiler.mm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@implementation HeapProfiler
RCT_EXPORT_MODULE(HeapProfiler)

RCT_EXPORT_METHOD(install) {
RCT_EXPORT_BLOCKING_SYNCHRONOUS_METHOD(install) {
NSLog(@"Installing heap profiler");

RCTBridge *bridge = [RCTBridge currentBridge];
Expand Down

0 comments on commit 77ae7ce

Please sign in to comment.