metro-runtime
Advanced tools
Comparing version 0.72.2 to 0.72.3
{ | ||
"name": "metro-runtime", | ||
"version": "0.72.2", | ||
"version": "0.72.3", | ||
"description": "🚇 Module required for evaluating Metro bundles.", | ||
@@ -5,0 +5,0 @@ "main": "src", |
@@ -26,3 +26,3 @@ /** | ||
if (__DEV__) { | ||
global.$RefreshReg$ = () => {}; // $FlowFixMe[missing-local-annot] | ||
global.$RefreshReg$ = () => {}; | ||
@@ -29,0 +29,0 @@ global.$RefreshSig$ = () => (type) => type; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
84809