We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a183174 commit 2c8213cCopy full SHA for 2c8213c
template/App.tsx
@@ -26,7 +26,7 @@ import {
26
ReloadInstructions,
27
} from 'react-native/Libraries/NewAppScreen';
28
29
-declare var global: {HermesInternal: null | {}};
+declare const global: {HermesInternal: null | {}};
30
31
const App = () => {
32
return (
0 commit comments