Skip to content

Commit

Permalink
Add missed nil set
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwuzw committed Jul 17, 2024
1 parent 6e32378 commit 586c91f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ - (void)_loadScriptFromSource:(RCTSource *)source
RCTExecuteOnMainQueue(^{
onInitialBundleLoad();
});
_onInitialBundleLoad = nil;
}
}

Expand Down

0 comments on commit 586c91f

Please sign in to comment.