Skip to content

Commit

Permalink
Send fast refresh stats
Browse files Browse the repository at this point in the history
Summary: Report fast refreshes to the native module that handles reporting

Reviewed By: cpojer

Differential Revision: D17528523

fbshipit-source-id: 6f8a0b72a18c2d08ab160dc8b6621fce5420a473
  • Loading branch information
rickhanlonii authored and facebook-github-bot committed Sep 30, 2019
1 parent 2d95668 commit 7e49a63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/Core/setUpReactRefresh.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ if (__DEV__) {
return;
}
ReactRefreshRuntime.performReactRefresh();
DevSettings.onFastRefresh();
},
};

Expand Down

0 comments on commit 7e49a63

Please sign in to comment.