mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 14:31:02 +00:00
1 line
2.9 KiB
Plaintext
1 line
2.9 KiB
Plaintext
{"dependencies":[{"name":"expo-modules-core","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":56,"index":56}}],"key":"fU8WLIPqoAGygnPbZ/QJiQQfXEY=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n exports.isRunningInExpoGo = isRunningInExpoGo;\n exports.getExpoGoProjectConfig = getExpoGoProjectConfig;\n var _expoModulesCore = require(_dependencyMap[0], \"expo-modules-core\");\n // ExpoGo module is available only when the app is run in Expo Go,\n // otherwise we use `null` instead of throwing an error.\n var NativeExpoGoModule = (() => {\n try {\n return (0, _expoModulesCore.requireNativeModule)('ExpoGo');\n } catch {\n return null;\n }\n })();\n\n /**\n * Returns a boolean value whether the app is running in Expo Go.\n */\n function isRunningInExpoGo() {\n return NativeExpoGoModule != null;\n }\n\n /**\n * @hidden\n * Returns an Expo Go project config from the manifest or `null` if the app is not running in Expo Go.\n */\n function getExpoGoProjectConfig() {\n return NativeExpoGoModule?.projectConfig ?? null;\n }\n});","lineCount":34,"map":[[7,2,43,0,"exports"],[7,9,43,0],[7,10,43,0,"isRunningInExpoGo"],[7,27,43,0],[7,30,43,0,"isRunningInExpoGo"],[7,47,43,0],[8,2,51,0,"exports"],[8,9,51,0],[8,10,51,0,"getExpoGoProjectConfig"],[8,32,51,0],[8,35,51,0,"getExpoGoProjectConfig"],[8,57,51,0],[9,2,1,0],[9,6,1,0,"_expoModulesCore"],[9,22,1,0],[9,25,1,0,"require"],[9,32,1,0],[9,33,1,0,"_dependencyMap"],[9,47,1,0],[10,2,30,0],[11,2,31,0],[12,2,32,0],[12,6,32,6,"NativeExpoGoModule"],[12,24,32,24],[12,27,32,27],[12,28,32,28],[12,34,32,55],[13,4,33,2],[13,8,33,6],[14,6,34,4],[14,13,34,11],[14,17,34,11,"requireNativeModule"],[14,33,34,30],[14,34,34,30,"requireNativeModule"],[14,53,34,30],[14,55,34,31],[14,63,34,39],[14,64,34,40],[15,4,35,2],[15,5,35,3],[15,6,35,4],[15,12,35,10],[16,6,36,4],[16,13,36,11],[16,17,36,15],[17,4,37,2],[18,2,38,0],[18,3,38,1],[18,5,38,3],[18,6,38,4],[20,2,40,0],[21,0,41,0],[22,0,42,0],[23,2,43,7],[23,11,43,16,"isRunningInExpoGo"],[23,28,43,33,"isRunningInExpoGo"],[23,29,43,33],[23,31,43,45],[24,4,44,2],[24,11,44,9,"NativeExpoGoModule"],[24,29,44,27],[24,33,44,31],[24,37,44,35],[25,2,45,0],[27,2,47,0],[28,0,48,0],[29,0,49,0],[30,0,50,0],[31,2,51,7],[31,11,51,16,"getExpoGoProjectConfig"],[31,33,51,38,"getExpoGoProjectConfig"],[31,34,51,38],[31,36,51,69],[32,4,52,2],[32,11,52,9,"NativeExpoGoModule"],[32,29,52,27],[32,31,52,29,"projectConfig"],[32,44,52,42],[32,48,52,46],[32,52,52,50],[33,2,53,0],[34,0,53,1],[34,3]],"functionMap":{"names":["<global>","<anonymous>","isRunningInExpoGo","getExpoGoProjectConfig"],"mappings":"AAA;4BC+B;CDM;OEK;CFE;OGM;CHE"},"hasCjsExports":false},"type":"js/module"}]} |