Home
last modified time | relevance | path

Searched refs:isLogBoxInstalled (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/metro-runtime/build/error-overlay/
H A DLogBox.web.js19 let isLogBoxInstalled = false; variable
22 if (isLogBoxInstalled) {
25 isLogBoxInstalled = true;
44 if (!isLogBoxInstalled) {
47 isLogBoxInstalled = false;
56 return isLogBoxInstalled;
68 if (isLogBoxInstalled) {
73 if (isLogBoxInstalled) {
H A DLogBox.web.js.map1isLogBoxInstalled: boolean = false;\n\n LogBox = {\n install(): void {\n if (isLogBoxInst…
/expo/packages/@expo/metro-runtime/src/error-overlay/
H A DLogBox.web.ts38 let isLogBoxInstalled: boolean = false; variable
42 if (isLogBoxInstalled) {
46 isLogBoxInstalled = true;
71 if (!isLogBoxInstalled) {
75 isLogBoxInstalled = false;
86 return isLogBoxInstalled;
102 if (isLogBoxInstalled) {
108 if (isLogBoxInstalled) {